get_question
Retrieves a Stack Overflow question by its ID, with optional comments and choice of JSON or Markdown format.
Instructions
Get a specific Stack Overflow question by ID.
Args:
question_id (int): The Stack Overflow question ID
include_comments (Optional[bool]): Whether to include comments in results
response_format (Optional[str]): Format of response ("json" or "markdown")
ctx (Context): The context is passed automatically by the MCP
Returns:
str: Formatted question details
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| question_id | Yes | ||
| include_comments | No | ||
| response_format | No | markdown |