Skip to main content
Glama

Bluesky Social MCP

send_video

Publish posts with embedded videos on Bluesky Social. Include text, video data, alt text, author details, replies, language codes, and facets for rich, accessible content sharing.

Instructions

Send a post with a video.

Args: ctx: MCP context text: Text content of the post video_data: Base64-encoded video data video_alt: Optional alternative text description for the video 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
langsNo
profile_identifyNo
reply_toNo
textYes
video_altNo
video_dataYes

Input Schema (JSON Schema)

{ "properties": { "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" }, "video_alt": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Video Alt" }, "video_data": { "title": "Video Data", "type": "string" } }, "required": [ "text", "video_data" ], "title": "send_videoArguments", "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