Skip to main content
Glama

Bluesky Social MCP

send_post

Create and send posts to Bluesky with optional features like replies, embeds, language settings, and rich text facets. Specify a profile or use the current one for posting.

Instructions

Send a post to Bluesky.

Args: ctx: MCP context text: Text content of the post profile_identify: Optional handle or DID. Where to send post. If not provided, sends to current profile reply_to: Optional reply reference with 'root' and 'parent' containing 'uri' and 'cid' embed: Optional embed object (images, external links, records, or video) langs: Optional list of language codes used in the post (defaults to ['en']) facets: Optional list of rich text facets (mentions, links, etc.) Returns: Status of the post creation with uri and cid of the created post

Input Schema

NameRequiredDescriptionDefault
embedNo
facetsNo
langsNo
profile_identifyNo
reply_toNo
textYes

Input Schema (JSON Schema)

{ "properties": { "embed": { "anyOf": [ { "additionalProperties": true, "type": "object" }, { "type": "null" } ], "default": null, "title": "Embed" }, "facets": { "anyOf": [ { "items": { "additionalProperties": true, "type": "object" }, "type": "array" }, { "type": "null" } ], "default": null, "title": "Facets" }, "langs": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ], "default": null, "title": "Langs" }, "profile_identify": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Profile Identify" }, "reply_to": { "anyOf": [ { "additionalProperties": true, "type": "object" }, { "type": "null" } ], "default": null, "title": "Reply To" }, "text": { "title": "Text", "type": "string" } }, "required": [ "text" ], "title": "send_postArguments", "type": "object" }
Install Server

Other Tools from Bluesky Social MCP

Related Tools

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

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