Skip to main content
Glama
navidmoazzez

mastodon-mcp

by navidmoazzez

Approve or reject a follow request

answer_follow_request

Approve or reject pending follow requests on Mastodon. Authorize to accept the follow, or reject to silently deny it without notifying the requester.

Instructions

Approve or reject a pending follow request. Rejecting is silent; they are not told.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
acctYesThe requesting account.
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.
decisionYes
Install Server

TDQS

A4/5.0
Behavior4/5

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

The description adds a meaningful behavioral detail beyond annotations: rejecting a request is silent and the requester is not told. This is useful, non-obvious context that annotations do not provide. The broader effects of approval are left implicit, but the annotations already establish the mutation profile.

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?

The description is only two sentences long, front-loads the core action, and adds one high-value behavioral caveat. Every word earns its place, with no vague filler or unnecessary repetition.

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 simple two-decision mutating tool, the description gives an agent enough context to select the tool and choose approve vs reject; the schema fills in the account selector and decision enum. Minor gaps include not describing the expected outcome/return shape and not pointing to get_follow_requests as the listing step.

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?

The tool description clarifies that decision values map to approve/reject and that 'acct' refers to the requesting account. However, 'acct' remains under-specified regarding expected format, and the description mostly restates the enum semantics rather than adding new parameter-level detail beyond 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 names the exact action (approve/reject) and exact resource (pending follow request). It differentiates itself from sibling tools like get_follow_requests, which lists requests rather than acting on them, and follow_account, which initiates a follow rather than resolving a pending one.

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

Usage Guidelines3/5

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

The description clearly implies the appropriate context—acting on a pending follow request—but it does not explicitly state when this tool should be preferred over alternatives. It also does not suggest get_follow_requests as the companion tool for enumerating pending requests before calling this one.

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