Skip to main content
Glama
AhmadTariq1337

bluesky-mcp

Follow an account

bluesky_follow

Follow a Bluesky user by their DID. Resolve a handle to DID first if you don't have the DID, then follow.

Instructions

Follow a user by DID. Use bluesky_resolve_handle first if you only have their handle.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
didYes
Behavior2/5

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

With no annotations, the description carries the full burden of behavioral disclosure. It only says 'follow', implying a mutation, but does not mention side effects, authentication requirements, idempotency (e.g., what happens if already following), or error conditions. This is a significant gap for a state-changing operation.

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 two short sentences with no redundant information. Every word contributes meaning, and the prerequisite tip is placed immediately after the main action.

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

Completeness3/5

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

Given the simplicity of the tool, the description provides the core action and a key prerequisite, but lacks behavioral context such as return values, side effects, or error handling. With no annotations or output schema, more detail would be needed to fully equip an agent.

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 schema provides only a 'did' string parameter with no description (0% coverage). The description clarifies that 'did' is the identifier type, but does not add format details, examples, or additional semantics beyond the parameter name. It partially compensates but leaves room for ambiguity.

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 specific action ('Follow a user by DID'), which distinguishes it from sibling tools like unfollow and resolve_handle. The verb 'follow' and the resource 'user' are explicit, and the method (by DID) adds precision.

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

Usage Guidelines5/5

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

The description explicitly tells the agent to use bluesky_resolve_handle first if only a handle is available, providing a clear alternative and prerequisite. This directly addresses when to use this tool versus a sibling.

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

Install Server

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

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