Read a conversation
get_threadRetrieve a Mastodon status and its full reply thread, rebuilt as a nested conversation tree, to see all context before composing a reply.
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. |