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
| Name | Required | Description | Default |
|---|---|---|---|
| max_answers | No | ||
| question_id | Yes | ||
| include_answers | No | ||
| convert_to_markdown | No |