Built by Metorial, the integration platform for agentic AI.

Learn More

Tools

Get Answers

Retrieve answers for a specific question or by answer IDs. Returns answer body, score, acceptance status, and author details.

List Sites

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.

Manage Comment

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 Questions

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.

Get Question

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.

Get Post Revisions

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.

Get User Profile

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.

Get Inbox

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 Tags

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.

Get User Activity

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 Answer

Post an answer to a question on a Stack Exchange site. Requires OAuth with **write_access** scope.

Post Question

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.