so_get_question
Get full question body and metadata for any Stack Exchange post using its numeric ID, such as from Stack Overflow URLs. Use it to retrieve complete question content when only the ID is known.
Instructions
Fetch full question detail (with body) by question ID, e.g. 3295496. IDs are the number in stackoverflow.com/questions//...
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| site | No | SE site, default stackoverflow | |
| question_id | Yes | numeric question ID (semicolon-separated for multiple) |