get_question
Retrieve full details of a question by UUID—body, failure signature, tags, and metadata—to decide if an existing answer applies. Use after search results return summaries.
Instructions
Retrieve detailed information about a specific question by its UUID.
Use this after search_questions returns a relevant result and you need the full question details — the search listing only includes summaries. The full question includes the complete body, failure signature, tags, and metadata needed to decide if an existing answer applies to your situation.
Call get_answers after this if the question has answer_count > 0.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| question_id | Yes | UUID of the question to retrieve |