Skip to main content
Glama
thenavidm

bluesky-mcp

by thenavidm

Like a post

like_post
Idempotent

Like a Bluesky post by submitting its at:// URI or bsky.app link. Submitting the same post again returns the existing like, avoiding duplicates.

Instructions

Like a post. Accepts an at:// URI or a bsky.app link. Liking twice is harmless: the existing like is returned rather than a second one created.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
uriYesat:// URI or bsky.app link of the post.
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.
Install Server

TDQS

A4/5.0
Behavior4/5

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

The annotations already provide idempotentHint, so the idempotency is known. The description adds the specific behavior that a duplicate like returns the existing like instead of creating a second one, which is beyond annotations. It also clarifies the input URI formats, which is useful for actual invocation.

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 sentences with no filler. It front-loads the core action, then immediately provides input format and important behavioral nuance. Every sentence earns its place, and there is no redundant information.

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?

Given the absence of an output schema, the description provides enough to invoke the tool correctly: what to pass, the idempotency behavior, and a hint about the return (existing like). It does not explain the full return structure, but for a single like action this is sufficient. It might have mentioned the account parameter, but that is already in the schema with 100% coverage.

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 coverage is 100%, so both 'uri' and 'account' are already described in the schema. The description only repeats the URI format without adding new meaning (e.g., no example usage or edge conditions). Therefore, it adds little beyond the schema, sustaining the baseline score.

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 verb 'like' and the resource 'post', and further specifies the accepted input formats (at:// URI or bsky.app link). This distinguishes it from sibling tools like unlike_post, repost, or delete_post, making its purpose unmistakable.

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 gives some usage context by noting that liking twice is harmless and returns the existing like, implying that re-calling is safe. However, it does not explicitly compare with alternatives (e.g., unlike_post) or state conditions for when to use this tool versus others, so guidance is implied rather than explicit.

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