Skip to main content
Glama
thenavidm

bluesky-mcp

by thenavidm

Block an account

block_account
Destructive

Blocks a specified Bluesky user by handle or DID, severing follows and hiding your posts from them. Requires explicit confirmation before executing.

Instructions

Block an account. This is visible to them and severs the relationship in both directions: it removes any follow either way, and hides your posts from them. Reversible with unblock_account, but the follows do not come back. Needs confirm: true.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
actorYesHandle or DID.
accountNoWhich connected account to act as, by handle (for example 'alice.bsky.social' or just 'alice'). 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.
Install Server

TDQS

A4.5/5.0
Behavior5/5

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

Beyond annotations (destructiveHint=true, readOnlyHint=false, idempotentHint=false), the description adds essential behavioral details: the action is visible to the target, it removes follows in both directions, hides posts, is reversible only via unblock_account but without restoring follows, and requires confirm=true. This fully discloses the real-world impact and meets the confirmation requirement without contradicting annotations.

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 three concise sentences with no filler. It front-loads the core action, then packs behavioral details, reversibility caveat, and confirmation requirement into a tight, readable structure. Every sentence adds value.

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?

For a destructive, non-idempotent tool with a confirmation parameter, the description covers all critical aspects: what happens, who sees it, reversibility, follow loss, and the confirm requirement. Annotations cover the safety profile, and the schema covers parameter details, so nothing essential is missing.

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 the schema already documents actor, account, and confirm. The description adds little parameter-specific guidance beyond restating that confirm must be true, which the schema already states. It does not explain additional nuances like the format of actor or how account selection defaults, so 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 specific verb ('Block') and resource ('an account'), and elaborates the exact effects: visible to the target, severs the relationship both ways, removes follows, hides posts. This clearly distinguishes it from siblings like mute_account (hidden, less severe) and unblock_account (reversal).

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 clear behavioral context for when to block: it severs the relationship and hides posts, implying a stronger action than muting. It also names the reversal path (unblock_account) and warns that follows do not return, which helps an agent decide if blocking is appropriate. However, it does not explicitly contrast with mute_account or list all alternative tools, so guidance is good but not exhaustive.

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/thenavidm/bluesky-mcp-cli'

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