Skip to main content
Glama
zsy-arch

sofa-mcp

by zsy-arch

so_get_question

Get full question body and metadata for any Stack Exchange post using its numeric ID, such as from Stack Overflow URLs. Use it to retrieve complete question content when only the ID is known.

Instructions

Fetch full question detail (with body) by question ID, e.g. 3295496. IDs are the number in stackoverflow.com/questions//...

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
siteNoSE site, default stackoverflow
question_idYesnumeric question ID (semicolon-separated for multiple)
Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations, the description carries the full transparency burden. The word 'Fetch' clearly signals a read-only lookup, and the ID format explanation adds useful context. However, it does not disclose response shape, error behavior, or limitations beyond the basic operation.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is two short sentences with no filler, front-loading the action and resource. It earns its place by adding a concrete example and the exact ID format in a compact way.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a simple lookup-by-ID tool, the description plus schema sufficiently explain the required parameter and the primary output (body). Minor gaps remain such as not listing other returned fields nor describing the site default, but the tool's atomic purpose is adequately covered.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The input schema already provides full descriptions for both parameters, so the baseline is 3. The description adds an illustrative ID example and ties the ID to the Stack Exchange URL, which reinforces the schema semantics but does not significantly extend them.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description uses a clear verb ('Fetch') and a specific resource ('full question detail (with body)'), distinguishing the tool from siblings by its question-ID scope and emphasis on the body. The example and URL pattern further pinpoint exactly what the tool operates on.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description implies the tool should be used when you have a question ID and need the full question body, but it does not explicitly state when not to use it or how it differs from siblings like so_get_post or so_get_answers. That comparison is left to the model to infer.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/zsy-arch/stackoverflow_com-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server