Read direct messages
get_conversationsRetrieve Mastodon direct-message conversations, newest first, listing participants and each thread's last message.
Instructions
Direct conversations, newest first, each with its participants and last message. Mastodon direct messages are statuses with visibility 'direct', not a separate inbox, so anyone mentioned in one can see it. Neither existing Mastodon MCP server exposes conversations at all.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | How many. Default 20. | |
| 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. |