You're viewing a demo portfolio

Join the waitlist
PRSM

get_answers

Active

Tool 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"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

mcp-stackexchange

https://github.com/pipeworx-io/mcp-stackexchange

2/7 registries
View full server →
get_answers — mcp-stackexchange — PRSM MCP