fetch_question_answers
Fetch a specific Stack Overflow question and its answers, with options to sort by votes, activity, or creation and control the number of results.
Instructions
Fetch specific Stack Overflow question with its answers.
Args: request: Question details request with ID and answer sorting options
Returns: Question item with detailed information including answers sorted by the specified criteria with body content
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| request | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| link | No | Link to the question | |
| score | No | Question score | |
| title | No | Question title | |
| answers | No | List of answers for the question | |
| is_answered | No | Whether the question has answers | |
| question_id | No | Question ID |