get_question
Retrieve a specific question and its accepted answer by providing its unique ID. Use after finding the question via search to read full content.
Instructions
Retrieve a specific question and its answer by ID.
Use this to read the full content of a question and any accepted answers after
finding it via list_questions or search_documentation.
Args:
question_id: The unique identifier of the question
truncate_length: Maximum characters for text fields in results (default: 150).
Set to None to read the full question and answer text.
Returns:
Question details including title, description, and answers
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| question_id | Yes | The unique identifier of the question | |
| truncate_length | No | Maximum characters for text fields in results |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |