Skip to main content
Glama

Bluesky Social MCP

send_image

Send a post with a single image on Bluesky Social MCP, including text, base64-encoded image data, alt text, and optional parameters like reply details, language codes, and facets.

Instructions

Send a post with a single image.

Args: ctx: MCP context text: Text content of the post image_data: Base64-encoded image data image_alt: Alternative text description for the image profile_identify: Optional handle or DID for the post author reply_to: Optional reply information dict with keys uri and cid langs: Optional list of language codes facets: Optional list of facets (mentions, links, etc.) Returns: Status of the post creation

Input Schema

NameRequiredDescriptionDefault
facetsNo
image_altYes
image_dataYes
langsNo
profile_identifyNo
reply_toNo
textYes

Input Schema (JSON Schema)

{ "properties": { "facets": { "anyOf": [ { "items": { "additionalProperties": true, "type": "object" }, "type": "array" }, { "type": "null" } ], "default": null, "title": "Facets" }, "image_alt": { "title": "Image Alt", "type": "string" }, "image_data": { "title": "Image Data", "type": "string" }, "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", "image_data", "image_alt" ], "title": "send_imageArguments", "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