Skip to main content
Glama
navidmoazzez

mastodon-mcp

by navidmoazzez

Edit your profile

update_profile
Destructive

Update your Mastodon profile's display name, bio, metadata fields, and account options like bot, locked, or discoverable. Changes go public immediately and require confirmation.

Instructions

Change your display name, bio, or the four metadata fields on your profile. Only the arguments you pass are changed. Public the moment it runs, so it needs confirm: true.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
botNoMark the account as automated.
noteNoYour bio.
fieldsNoThe metadata rows on your profile. A URL here can be verified with a rel=me link back.
lockedNoRequire approval for new followers.
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. This changes a public profile immediately.
discoverableNoAllow the account to appear in the profile directory.
display_nameNoThe name shown above your handle.
Install Server

TDQS

A4.4/5.0
Behavior5/5

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

The description adds significant behavioral context beyond the annotations: it discloses that the change is public immediately and that confirm:true is required. This complements the destructiveHint and openWorldHint annotations without contradiction.

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?

Two tightly written sentences deliver the core purpose and a critical behavioral warning with no filler. Information is front-loaded: first sentence says what it does, second sentence says the key side effect and requirement.

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?

The description plus the fully detailed schema provide enough for an agent to call the tool correctly. It lacks explicit error or confirmation-flow details, but the schema and annotations cover the safety profile and parameter meanings, making the definition complete for this scope.

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 100%, so all parameters are documented in the schema. The description only mentions display name, bio, and metadata fields, which maps to some parameters but adds no semantics beyond the schema. Baseline 3 is appropriate.

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 states a clear verb ('Change') with a specific resource ('your profile') and enumerates the key editable aspects (display name, bio, metadata fields). It also clarifies the partial-update behavior, so there is no ambiguity about what the tool does.

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 provides important usage context: only passed arguments are changed, and the action is public immediately, requiring confirm:true. It does not explicitly name alternatives, but there are no sibling tools for profile editing, so the guidance is appropriate.

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