Skip to main content
Glama
navidmoazzez

mastodon-mcp

by navidmoazzez

Edit a published status

edit_status
Destructive

Edit an already-published Mastodon status to change its text, content warning, media alt text, or poll, while keeping boosts, replies, favourites, and revision history. Requires confirmation.

Instructions

Change the text, content warning, media alt text or poll of a status that is already published. Mastodon keeps a public revision history and the post keeps its boosts, replies and favourites, which is why editing beats delete-and-repost. Call get_status_source first to get the exact text you are editing. Public the moment it runs, so it needs confirm: true.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesThe status to edit.
statusYesThe full new body. This replaces the old text, it is not a patch.
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.
confirmNoMust be true for this to run. The result is public immediately or cannot be undone, so it is refused without an explicit confirmation.
languageNo
media_idsNoExisting attachment ids to keep, in order. Omit to leave the media untouched.
sensitiveNo
spoiler_textNoNew content warning. Pass an empty string to remove one.
Install Server

TDQS

A4.2/5.0
Behavior4/5

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

The description discloses meaningful behavioral context beyond the annotations: Mastodon keeps a public revision history, the post retains boosts/replies/favourites, and the edit is public the moment it runs so confirm is required. This complements the destructiveHint and readOnlyHint annotations without contradicting them.

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?

Four concise, front-loaded sentences deliver the action, rationale, prerequisite, and safety requirement with no filler. Every sentence earns its place in the description.

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

Completeness4/5

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

For a destructive mutation with 8 parameters and no output schema, the description covers the core workflow, prerequisite, and public-feedback consequence. It does not describe return values or rate limits, but those are not essential for this tool given the schema's parameter coverage.

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?

Schema description coverage is 75%, so the schema already documents most parameters. The description adds little parameter-specific meaning beyond mentioning the editable fields and the confirm requirement; it does not compensate for the undocumented language and sensitive parameters.

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 opens with a specific verb and resource ('Change the text, content warning, media alt text or poll of a status that is already published'), which unambiguously identifies the operation. It also distinguishes editing from delete-and-repost, making the tool's purpose clear even among many sibling tools.

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?

The description explicitly frames when this tool is appropriate ('editing beats delete-and-repost') and gives a concrete prerequisite ('Call get_status_source first to get the exact text you are editing'). It does not explicitly enumerate when not to use it, so it stops short of fully explicit exclusion guidance.

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