get_answers
ActiveTool of mcp-stackexchange
declared in 0.1.0
Get answers for a specific StackExchange question by ID. Returns answer body, score, and whether it is accepted.
Parameters schema
{
"type": "object",
"examples": [
{
"question_id": 419163
},
{
"site": "serverfault",
"question_id": 927358
}
],
"required": [
"question_id"
],
"properties": {
"site": {
"type": "string",
"description": "StackExchange site slug (default: stackoverflow)"
},
"_apiKey": {
"type": "string",
"description": "Optional — a StackExchange API key (free, 10k/day) for a dedicated quota. The gateway supplies a platform key; pass your own only to override."
},
"question_id": {
"type": "number",
"description": "The numeric question ID from the question URL"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
mcp-stackexchange
https://github.com/pipeworx-io/mcp-stackexchange
2/7 registries