Skip to main content
Glama
navidmoazzez

mastodon-mcp

by navidmoazzez

Report an account or status

report
Destructive

Submit an account to moderators with optional status evidence and forwarding to the home instance. Requires confirmation to complete.

Instructions

Report an account, optionally with specific statuses, to your instance's moderators. Optionally forwards to the account's home instance. This reaches human moderators, so it needs confirm: true.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
accountNoWhich 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.
commentNoWhat is wrong, for the moderators.
confirmNoMust be true. This reaches human moderators.
forwardNoAlso send the report to the account's home instance. Default false.
categoryNo'violation' means it breaks a specific server rule; pass rule_ids with it.
rule_idsNoRule ids from get_instance_info.
account_idYesThe account being reported.
status_idsNoSpecific statuses as evidence.
Install Server

TDQS

A4.5/5.0
Behavior5/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Beyond the annotations, the description discloses that this is a human-facing moderation channel and that confirm:true is mandatory. It also reveals optional forwarding behavior (forward flag), which helps agents understand consequences.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Three short sentences carry the essential message: what the tool does, the forwarding option, and the mandatory confirmation. No redundant detail or filler.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

With full schema coverage of parameters and no output schema, the description is complete for an agent to invoke the tool correctly. It captures the core behavior, the human-moderation consequence, and the confirm requirement.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

All 8 parameters are fully described in the schema, so the description does not need to repeat them. It adds only the confirm requirement and optional statuses at a high level, which is already reflected in the schema.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the action ('Report an account'), the target audience ('your instance's moderators'), and the optional extension to specific statuses. This distinguishes it from sibling moderation actions like block_account or mute_account because it is specifically the reporting workflow.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

It gives clear context for when to use the tool: when an account should be brought to human moderators, with optional forwarding. It does not explicitly contrast against alternatives, but the reporting action is unique among siblings, and the confirmation requirement is stated.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/navidmoazzez/mastodon-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server