Read a conversation
get_threadRebuilds the complete reply tree for a status, providing full conversation context before replying. Solves the flat-list problem to ensure replies land correctly.
Instructions
A status together with everything above and below it, nested into the real reply tree. Mastodon returns two flat lists and leaves the structure to you; this rebuilds it. Read this before replying, so the reply lands with context.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Any status in the thread. | |
| account | No | Which connected account to act as. Matches a full handle (alice@example.social), a bare username (alice), or an instance (example.social). Defaults to the first connected account. Call list_accounts to see them. |