Skip to main content
Glama

Bluesky Social MCP

get_post

Retrieve a specific post from Bluesky Social MCP by providing the post record key, author handle or DID, and optional CID for accurate identification.

Instructions

Get a specific post.

Args: ctx: MCP context post_rkey: The record key of the post profile_identify: Handle or DID of the post author cid: Optional CID of the post Returns: The requested post

Input Schema

NameRequiredDescriptionDefault
cidNo
post_rkeyYes
profile_identifyNo

Input Schema (JSON Schema)

{ "properties": { "cid": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Cid" }, "post_rkey": { "title": "Post Rkey", "type": "string" }, "profile_identify": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Profile Identify" } }, "required": [ "post_rkey" ], "title": "get_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