Skip to main content
Glama
thenavidm

bluesky-mcp

by thenavidm

Post to Bluesky

create_post
Destructive

Publish a public Bluesky post with text, images, video, link cards, quotes, or replies. Supports automatic mentions, hashtags, and URLs. Explicit confirmation is required before publishing.

Instructions

Publish a post. Handles plain text, up to four images with alt text, a video, a link card, a quote, and replies. URLs, #hashtags and @mentions in the text are turned into real links automatically. You do not need to format them. The limit is 300 characters; for anything longer use create_thread. Public the moment it runs, so it needs confirm: true.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
linkNoA link preview card.
tagsNoExtra hashtags that should apply without appearing in the text.
textYesThe post body. Up to 300 characters, counted the way Bluesky counts them.
langsNoBCP-47 language codes for the post text. Defaults to ['en'].
quoteNoThe post to quote, as an at:// URI or a bsky.app link.
imagesNoUp to four images.
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.
reply_toNoThe post being replied to, as an at:// URI or a bsky.app link.
video_altNoAlt text for the video.
video_urlNoPublic URL of an MP4. Uploaded through Bluesky's transcoder, which takes a few seconds.
allow_quotesNoSet false to stop anyone quoting this post.
reply_controlNoWho can reply. 'following' means accounts you follow; 'followers' means accounts that follow you; 'mentioned' means only accounts named in the post.
Install Server

TDQS

A4.4/5.0
Behavior4/5

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

Annotations already flag readOnlyHint=false, destructiveHint=true and idempotentHint=false, so the safety profile is disclosed structurally. The description adds the crucial behavioral consequence — 'Public the moment it runs' — and pairs it with the confirm:true gate. That is genuinely informative context beyond the annotations; the connection between necessity and the confirmation requirement is exactly the kind of practical guidance an agent needs.

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?

Four sentences with no padding. The opening states the verb and payload types, then the behavioral scope, then the size constraint, then the confirmation requirement. Every part earns its place and the most decision-relevant detail (the length boundary) is front-loaded.

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 tool with 13 parameters, four nested objects, an enum, and no output schema, the description is adequately comprehensive. It establishes the input types, the length limit, the auto-linking behavior, the confirmation gate, and the length-based sibling. It doesn't describe what happens after posting or the response shape, which would be useful given that no output schema exists, but the safety-critical details are all present.

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 each parameter is already documented in the input schema. The description adds marginal value by noting that URLs, hashtags, and mentions in the text are auto-linked — 'You do not need to format them' — which helps the agent choose between providing formatting and relying on the tool. It also repeats the 300-char constraint already present in the schema. Given the schema carries most of the semantic load, a 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 opens with a specific verb and resource — 'Publish a post' — and lists the payload forms (text, images, video, link card, quote, replies). It distinguishes itself from the sibling create_thread by citing the 300-character boundary. An agent can tell this tool apart from create_list and the other publishing siblings without inspecting schemas.

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 says when to route elsewhere: 'for anything longer use create_thread'. It also states that the required confirm flag must be true and includes the precondition that the account defaults to the first connected account. This is concrete, actionable guidance that selects between alternatives with minimal left to inference.

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