Built by Metorial, the integration platform for agentic AI.
Retrieve answers for a specific question or by answer IDs. Returns answer body, score, acceptance status, and author details.
List all sites in the Stack Exchange network. Returns site identifiers, names, URLs, and audience descriptions. Use the "apiSiteParameter" value from results as the site config parameter.
Add, edit, or delete a comment on a question or answer. Adding a comment requires the post ID; editing or deleting requires the comment ID. Requires OAuth with **write_access** scope.
Search for questions across a Stack Exchange site using keywords, tags, and advanced filters. Supports both basic title-based search and advanced full-text search with criteria like accepted answer status, minimum answers/views, and date ranges.
Retrieve a question by its ID along with its answers and comments. Returns the full question details including body, score, tags, and optionally linked/related questions.
View the revision history of a question or answer, showing how the post has changed over time. Each revision includes the edit summary, content changes, and editor details.
Retrieve a user's profile including reputation, badge counts, and top tags. Use "me" as the userId to get the authenticated user's profile. Can also search for users by display name.
Retrieve the authenticated user's global inbox or unread inbox items. Requires OAuth with **read_inbox** scope. Shows notifications about new answers, comments, and other activity across the Stack Exchange network.
Browse and search tags on a Stack Exchange site. Look up tag metadata, find related tags, view synonyms, and discover frequently asked questions for specific tags.
Retrieve a user's recent questions, answers, or reputation changes. Useful for reviewing a user's contributions and activity history on a Stack Exchange site.
Post an answer to a question on a Stack Exchange site. Requires OAuth with **write_access** scope.
Create a new question on a Stack Exchange site. Requires OAuth with **write_access** scope. The question must have a title, body, and at least one tag.