Read direct messages
get_conversationsRetrieve direct conversations, newest first, with participants and last message. Provides conversation access missing from other Mastodon MCP servers.
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. |