Skip to main content
Glama
NoTalkTech

StackOverflow MCP Server

by NoTalkTech

get_question

Retrieve detailed information about a specific StackOverflow question, including answers, with options to limit answer count and convert HTML to markdown.

Instructions

Get detailed information about a specific question.

Args:
    question_id: StackOverflow question ID
    include_answers: Whether to include answers
    max_answers: Maximum number of answers to include (1-20)
    convert_to_markdown: Convert HTML content to markdown

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
max_answersNo
question_idYes
include_answersNo
convert_to_markdownNo
Behavior2/5

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

With no annotations provided, the description carries full burden but only lists parameters. It does not disclose behavioral traits such as safety (read-only), error handling (missing ID), rate limits, or return format.

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

Conciseness4/5

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

The description is brief and front-loaded with the main purpose. No redundant sentences, but it could be more structured (e.g., bullet points) for faster scanning.

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

Completeness3/5

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

Given 4 parameters and no output schema, the description covers parameters but lacks information about the return structure (e.g., what fields are returned) and error handling. This is a moderate gap for a retrieval tool.

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

Parameters4/5

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

Schema coverage is 0%, but the description adds meaningful explanations for all four parameters (e.g., 'Maximum number of answers to include (1-20)'). This compensates well, though defaults and interactions are not explained.

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 clearly states the tool retrieves detailed information for a specific question, using a specific verb-resource pair. It distinguishes from siblings like get_answers (answers only) and get_related (related questions).

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?

No explicit guidance on when to use this tool versus alternatives like search_questions or get_answers. Context is implied (when you have a question ID) but not stated, and no exclusions are mentioned.

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/NoTalkTech/stackoverflow-mcp'

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