Stack Exchange

Stack Exchange is a network of Q&A communities where users ask questions, share knowledge, and collaborate on topics like coding, math, and more

121 actions Integration catalog
Request access
Connect Stack Exchange once you're in Boring.
01 · WHAT THE AGENT CAN DO

Actions

Every capability is a discrete, logged action the agent calls by name — scoped to what you authorize and recorded in the run trace.

Create FilterSTACK_EXCHANGE_CREATE_FILTER
Tool to create a custom filter for Stack Exchange API responses. Use when you need to customize which fields are included/excluded in API responses to reduce payload size or include additional data not in the default filter.
Find Similar QuestionsSTACK_EXCHANGE_FIND_SIMILAR_QUESTIONS
Tool to find questions similar to a hypothetical one based on a title and optional tag combination. Use when you need to correlate external data with similar content within a Stack Exchange site, or to get suggestions similar to a site's related questions feature.
Get Access TokensSTACK_EXCHANGE_GET_ACCESS_TOKENS
Tool to read the properties for a set of access tokens obtained via OAuth 2.0. Use when you need to verify token validity, check expiration dates, review granted scopes, or identify the account associated with tokens.
Get Answer CommentsSTACK_EXCHANGE_GET_ANSWER_COMMENTS
Tool to retrieve comments on a set of answers from Stack Exchange. Use when you have answer IDs and need to fetch their associated comments. If you know you have a question ID instead, use the questions endpoint. If unsure whether you have an answer or question ID, use the posts endpoint. Supports filtering by date range, sorting by creation date or votes, and pagination. Returns comment metadata including body, score, owner details, and timestamps.
Get Answer Flag OptionsSTACK_EXCHANGE_GET_ANSWER_FLAG_OPTIONS
Tool to fetch valid flag options for a specific answer. Returns flags that the authenticated user can create for the answer. Available flags vary from post to post and user to user. Use when you need to know which flags a user can raise before submitting.
Get Answers By IDsSTACK_EXCHANGE_GET_ANSWERS_BY_IDS
Tool to retrieve a set of answers by their IDs from a Stack Exchange site. Use when you need to fetch specific answers by ID (up to 100 semicolon-delimited IDs). Supports filtering by date, sorting by activity/creation/votes, and pagination.
Get Badge Recipients By IDsSTACK_EXCHANGE_GET_BADGE_RECIPIENTS_BY_IDS
Tool to retrieve recently awarded badges constrained to a specific set of badge IDs. Use when you need to track who has received specific badges (up to 100 badge IDs) within an optional date range.
Get Badges By IDsSTACK_EXCHANGE_GET_BADGES_BY_IDS
Tool to retrieve badges by their IDs on a Stack Exchange site. Use when you need to get details about specific badges using semicolon-delimited badge IDs.
Get Collective AnswersSTACK_EXCHANGE_GET_COLLECTIVE_ANSWERS
Tool to retrieve answers belonging to the specified collective(s) on a Stack Exchange site. Use when you need to find answers associated with a specific collective or multiple collectives.
Get Collective QuestionsSTACK_EXCHANGE_GET_COLLECTIVE_QUESTIONS
Tool to retrieve questions associated with the specified collective. Use when you have a collective ID and need its questions for a site.
Get CollectivesSTACK_EXCHANGE_GET_COLLECTIVES
Tool to retrieve all collectives on a Stack Exchange site in alphabetical order. Use when you need to list collectives for display or filtering.
Get Collectives By SlugsSTACK_EXCHANGE_GET_COLLECTIVES_BY_SLUGS
Tool to retrieve Collective objects by their slugs from a Stack Exchange site. Use when you need to fetch specific collectives by their identifier slugs.
Get Collective TagsSTACK_EXCHANGE_GET_COLLECTIVE_TAGS
Retrieve tags associated with specified Stack Overflow collectives. Returns tag information including usage count, moderator status, and collective membership details. Use this when you need to discover what tags are used within specific collectives (e.g., 'aws', 'google-cloud'). Requires collective slugs (string identifiers) - obtain these first via the Get Collectives action.
Get Collective UsersSTACK_EXCHANGE_GET_COLLECTIVE_USERS
Tool to retrieve users who are members of the specified Collectives on Stack Exchange. Use when you need to list members of a collective (e.g., google-cloud, azure) on a Stack Exchange site.
Get Comment Flag OptionsSTACK_EXCHANGE_GET_COMMENT_FLAG_OPTIONS
Tool to fetch valid flag options for a given comment. Use when you need to know which flags a user can raise before submitting. Requires authenticated access.
Get CommentsSTACK_EXCHANGE_GET_COMMENTS
Retrieves comments from a Stack Exchange site (e.g., Stack Overflow, Super User, Server Fault). Returns recent comments with full metadata including comment body, score, creation date, owner details (reputation, profile, etc.), and reply information. Supports pagination, date filtering, and sorting by creation date or vote score. Use this when you need to browse recent activity, find comments by specific users, or analyze comment patterns on Stack Exchange sites. Monitor `quota_remaining` in responses; paginated requests can exhaust the daily API quota.
Get Comments By IDsSTACK_EXCHANGE_GET_COMMENTS_BY_IDS
Tool to retrieve specific comments by their IDs from a Stack Exchange site. Use when you have a cache of comment IDs obtained through other means (such as /questions/{id}/comments) but suspect the data may be stale. Accepts up to 100 semicolon-delimited comment IDs at once. Supports sorting by creation date or vote score, and filtering by date ranges.
Get EventsSTACK_EXCHANGE_GET_EVENTS
Retrieves a stream of recent events that occurred on a Stack Exchange site. Events include posting questions, answers, comments, editing posts, and creating users. Events are only accessible for 15 minutes after they occurred, and by default only events in the last 5 minutes are returned. Use the 'since' parameter to specify older events within the 15-minute window.
Get Filters By IDsSTACK_EXCHANGE_GET_FILTERS_BY_IDS
Tool to retrieve the fields included by the given filters and the safeness of those filters. Use when you need to debug or understand what fields a filter includes before using it in other API calls.
Get Linked QuestionsSTACK_EXCHANGE_GET_LINKED_QUESTIONS
Tool to get questions which link to those questions identified in the ids parameter. Use when you need to find questions that reference or are related to specific question IDs by explicit hyperlinks within a single Stack Exchange site.
Get MeSTACK_EXCHANGE_GET_ME
Tool to retrieve the authenticated user's profile information from Stack Exchange. Use when you need details about the current user associated with the access token.
Get My AchievementsSTACK_EXCHANGE_GET_MY_ACHIEVEMENTS
Retrieves the authenticated user's recent network-wide achievements across all Stack Exchange sites. Returns achievements including badges earned and reputation changes with metadata like site information, timestamps, and links. Supports pagination for browsing through achievement history. Use this when you need to view the user's recent activity and accomplishments across the Stack Exchange network.
Get My Associated AccountsSTACK_EXCHANGE_GET_MY_ASSOCIATED_ACCOUNTS
Tool to retrieve all Stack Exchange accounts associated with the authenticated user. Use when you need to discover which Stack Exchange sites the user participates in, along with their reputation, activity stats, and badges on each site.
Get My Featured QuestionsSTACK_EXCHANGE_GET_MY_FEATURED_QUESTIONS
Tool to retrieve questions with active bounties offered by the authenticated user. Use when you need to check which questions the user has placed bounties on. Requires authentication.
Get My MentionsSTACK_EXCHANGE_GET_MY_MENTIONS
Tool to retrieve comments mentioning the authenticated user on a Stack Exchange site. Use when you need to find where the user has been mentioned in comments, track discussions involving the user, or monitor user engagement.
Get My Merge HistorySTACK_EXCHANGE_GET_MY_MERGE_HISTORY
Tool to retrieve account merge history for the authenticated user. Returns records of merges involving the user's accounts. Use when you need to track account id changes, confirm if an account_id is new to your application, or understand which account ids were equivalent in the past. Account merges happen for various reasons and should not be assumed to have particular causes.
Get My Network ActivitySTACK_EXCHANGE_GET_MY_NETWORK_ACTIVITY
Tool to retrieve a summary of the authenticated user's activity across the Stack Exchange network. Returns recent activity including questions posted, answers given, badges earned, and other user actions across all Stack Exchange sites.
Get My No Answer QuestionsSTACK_EXCHANGE_GET_MY_NO_ANSWER_QUESTIONS
Tool to retrieve questions owned by the authenticated user that have no answers. Use when you need to find unanswered questions asked by the current user on a Stack Exchange site.
Get My PostsSTACK_EXCHANGE_GET_MY_POSTS
Tool to retrieve posts (questions and answers) owned by the authenticated user from a Stack Exchange site. Use when you need to list the user's own content, review their posting history, or track their contributions to a specific Stack Exchange community.
Get My PrivilegesSTACK_EXCHANGE_GET_MY_PRIVILEGES
Tool to retrieve privileges for the authenticated user on a Stack Exchange site. Use when you need to check what permissions or capabilities the current user has earned based on their reputation.
Get My QuestionsSTACK_EXCHANGE_GET_MY_QUESTIONS
Tool to retrieve questions owned by the authenticated user on a Stack Exchange site. Use when you need to list the user's question history, check their recent questions, or analyze their contribution patterns. Requires authentication via access token.
Get My ReputationSTACK_EXCHANGE_GET_MY_REPUTATION
Tool to retrieve reputation changes for the authenticated user on a Stack Exchange site. Use when you need to track the user's reputation history, including gains and losses from votes, accepts, and other reputation-affecting actions.
Get My Reputation HistorySTACK_EXCHANGE_GET_MY_REPUTATION_HISTORY
Tool to retrieve the authenticated user's public reputation history on a Stack Exchange site. Returns a chronological list of reputation changes with details about what caused each change (upvotes, downvotes, accepted answers, etc.). Use when you need to track reputation gains and losses over time.
Get My Suggested EditsSTACK_EXCHANGE_GET_MY_SUGGESTED_EDITS
Tool to retrieve suggested edits submitted by the authenticated user on a Stack Exchange site. Use when you need to list the user's own suggested edits with filtering by date range, sort by creation/approval/rejection date, and paginate through results.
Get My Tag PreferencesSTACK_EXCHANGE_GET_MY_TAG_PREFERENCES
Tool to retrieve tag preferences for the authenticated user on a Stack Exchange site. Returns the tags the user has marked as favorite or ignored. Use when you need to fetch the user's tag filter settings.
Get My TagsSTACK_EXCHANGE_GET_MY_TAGS
Tool to retrieve tags the authenticated user is active in on a Stack Exchange site. Use when you need to fetch the user's tag activity, filter by date, or sort by popularity/activity/name.
Get My TimelineSTACK_EXCHANGE_GET_MY_TIMELINE
Tool to retrieve a timeline of actions the authenticated user has taken on a Stack Exchange site. Use when you need to track user activity history, review their contributions chronologically, or monitor recent actions across questions, answers, comments, badges, and edits.
Get My Top Answers In TagsSTACK_EXCHANGE_GET_MY_TOP_ANSWERS_IN_TAGS
Tool to retrieve the top 30 answers the authenticated user has posted in response to questions with specific tags. Use when you need to fetch the user's best answers filtered by tags, sorted by activity, creation date, or votes.
Get My Top Answer TagsSTACK_EXCHANGE_GET_MY_TOP_ANSWER_TAGS
Tool to retrieve the authenticated user's top 30 tags by answer score on a Stack Exchange site. Use when you need to identify which tags the user is most active in or has the highest scoring answers.
Get My Top Questions In TagsSTACK_EXCHANGE_GET_MY_TOP_QUESTIONS_IN_TAGS
Tool to retrieve the top 30 questions the authenticated user has posted in response to questions with the given tags. Use when you need to find the user's most successful or highly-voted questions in specific topic areas.
Get My Top Question TagsSTACK_EXCHANGE_GET_MY_TOP_QUESTION_TAGS
Tool to retrieve the authenticated user's top 30 tags by question score on a Stack Exchange site. Use when you need to analyze which tags the user has the most expertise in based on their question activity.
Get My Top TagsSTACK_EXCHANGE_GET_MY_TOP_TAGS
Tool to retrieve the authenticated user's top 30 tags by combined question and answer score on a Stack Exchange site. Use when you need to discover the user's areas of expertise based on their participation in specific topics.
Get My Unaccepted QuestionsSTACK_EXCHANGE_GET_MY_UNACCEPTED_QUESTIONS
Tool to retrieve questions owned by the authenticated user that have no accepted answer. Use when you need to find the user's unresolved questions or track which questions still need an accepted answer.
Get My Unanswered QuestionsSTACK_EXCHANGE_GET_MY_UNANSWERED_QUESTIONS
Tool to retrieve questions owned by the authenticated user that are not considered answered. Use when you need to find the user's unanswered questions on a Stack Exchange site.
Get Post CommentsSTACK_EXCHANGE_GET_POST_COMMENTS
Tool to retrieve comments on posts identified by IDs, regardless of post type (question or answer). Use when you have post IDs from users or other sources but are unsure of the specific post type. If you know the post is a question, use get_question_comments; if you know it's an answer, use get_answer_comments. This method handles both cases and accepts up to 100 semicolon-delimited post IDs.
Get Posts By IDsSTACK_EXCHANGE_GET_POSTS_BY_IDS
Tool to retrieve a set of posts by their IDs from a Stack Exchange site. Use when grabbing an object when unsure whether an ID identifies a question or an answer (commonly with user-entered data). Accepts up to 100 semicolon-delimited IDs.
Get Post Suggested EditsSTACK_EXCHANGE_GET_POST_SUGGESTED_EDITS
Tool to retrieve suggested edits on posts from a Stack Exchange site. Use when you need to fetch pending or historical suggested edits for specific posts by their IDs (up to 100 semicolon-delimited post IDs). Supports sorting by creation, approval, or rejection dates, and filtering by date ranges.
Get Question AnswersSTACK_EXCHANGE_GET_QUESTION_ANSWERS
Tool to retrieve all answers for a set of questions identified by their IDs. Use when you have specific question IDs and need to fetch all answers for those questions (up to 100 semicolon-delimited question IDs). Most useful for polling for new or updated answers (with sort=activity).
Get Question Close OptionsSTACK_EXCHANGE_GET_QUESTION_CLOSE_OPTIONS
Tool to fetch flag options that make up close reasons for a specific question. Returns close options that the authenticated user can create for the question. Available flags vary from post to post and user to user.
Get Question CommentsSTACK_EXCHANGE_GET_QUESTION_COMMENTS
Tool to retrieve comments on a set of questions from Stack Exchange. Use when you have question IDs and need to fetch their associated comments. If you know you have an answer ID instead, use the answers endpoint. If unsure whether you have an answer or question ID, use the posts endpoint. Supports filtering by date range, sorting by creation date or votes, and pagination. Returns comment metadata including body, score, owner details, and timestamps.
Get Question Flag OptionsSTACK_EXCHANGE_GET_QUESTION_FLAG_OPTIONS
Tool to fetch valid flag options, including close reasons, for a specific question. Returns flags that the authenticated user can create for the question. Available flags vary from post to post and user to user.
Get QuestionsSTACK_EXCHANGE_GET_QUESTIONS
Tool to retrieve a list of questions from a Stack Exchange site without requiring tags or keywords. Use when you need to list newest questions overall, most voted questions, or apply date filters across the entire site corpus.
Get Questions By Answer IDsSTACK_EXCHANGE_GET_QUESTIONS_BY_ANSWER_IDS
Tool to retrieve questions that specific answers belong to on a Stack Exchange site. Use when you have answer IDs and need to find the parent questions they were posted on.
Get Questions By IDsSTACK_EXCHANGE_GET_QUESTIONS_BY_IDS
Tool to retrieve a set of questions by their IDs from a Stack Exchange site. Use when you need to fetch specific questions by ID (up to 100 semicolon-delimited IDs) for fresh data or polling changes. Supports filtering by date, sorting by activity/creation/votes, and pagination.
Get Question TimelineSTACK_EXCHANGE_GET_QUESTION_TIMELINE
Tool to retrieve timeline events for specified questions on a Stack Exchange site. Use when you need to see the history of events (votes, comments, edits, etc.) that have happened to questions. Voting data is scrubbed to prevent voter identification.
Get Related TagsSTACK_EXCHANGE_GET_RELATED_TAGS
Tool to retrieve tags most related to the specified tags on a Stack Exchange site. Use when you need to find related or similar tags. Including multiple tags is equivalent to asking for 'tags related to tag #1 and tag #2' (AND logic, not OR).
Get Revisions By IDsSTACK_EXCHANGE_GET_REVISIONS_BY_IDS
Tool to retrieve revisions for specific posts by their IDs. Use when you need to examine the edit history of posts by providing semicolon-delimited IDs.
Search QuestionsSTACK_EXCHANGE_GET_SEARCH_RESULTS
Tool to search the site for questions meeting certain criteria. Use after defining tags or keywords to locate relevant questions. At least one of 'tagged' or 'intitle' must be set. Monitor `quota_remaining` in responses when paginating to avoid exhausting API quota.
Get Site InfoSTACK_EXCHANGE_GET_SITE_INFO
Tool to retrieve comprehensive statistics and information about a Stack Exchange site. Returns data including site customization details, related sites, aggregate statistics (total questions, answers, users, votes), activity rates (questions/answers per minute), and metadata. Use this to discover site-specific information, aggregate statistics, and configuration details. This data is heavily cached; query sparingly (ideally no more than once per hour).
Get SitesSTACK_EXCHANGE_GET_SITES
Retrieves a comprehensive list of all Stack Exchange network sites with detailed information including site names, URLs, styling, and api_site_parameter values needed for other API calls. Use this to discover available sites (Stack Overflow, Math, Gaming, etc.) and get their API identifiers before making site-specific queries. Responses include has_more field; increment page until has_more=false to retrieve all sites.
Showing the first 60 of 121 actions.