Skip to main content
Glama

Bluesky MCP Server

by brianellin

create-post

Generate and publish new posts on Bluesky, with optional reply functionality, using the specified content within a 300-character limit.

Instructions

Create a new post on Bluesky

Input Schema

NameRequiredDescriptionDefault
replyToNoOptional URI of post to reply to
textYesThe content of your post

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "replyTo": { "description": "Optional URI of post to reply to", "type": "string" }, "text": { "description": "The content of your post", "maxLength": 300, "type": "string" } }, "required": [ "text" ], "type": "object" }

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/brianellin/bsky-mcp-server'

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