Skip to main content
Glama
AhmadTariq1337

bluesky-mcp

Unfollow an account

bluesky_unfollow

Unfollow a Bluesky account by providing the follow record's AT-URI. Use the URI from viewer.following to remove the follow.

Instructions

Undo a follow. Requires the AT-URI of the follow record itself (returned as viewer.following on a profile view).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
followUriYes
Behavior3/5

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

With no annotations provided, the description carries the transparency burden. It states the action and the key prerequisite, but does not disclose side effects, permissions, or error behavior. Acceptable but not rich.

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 concise sentences, front-loaded with the action and followed by essential contextual detail. No wasted words.

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 one-parameter tool with no output schema, the description covers the purpose, the parameter semantics, and the source of the URI. It lacks explicit mention of return behavior, but that's a minor gap given the simplicity.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The schema provides no parameter description, but the description fully compensates by explaining that followUri must be the AT-URI of the follow record itself and how to retrieve it.

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 tool's function with the verb 'Undo a follow' and specifies the resource (a follow record). It distinguishes itself from sibling tools, especially 'bluesky_follow'.

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?

It provides explicit guidance on the required input (the follow record's AT-URI, not the profile URI) and where to obtain it (viewer.following on a profile view). While it doesn't name alternatives, the sibling list implies when to use this over other actions.

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