Skip to main content
Glama

Bluesky Social MCP

get_post_thread

Retrieve a complete conversation thread by specifying a post URI, including replies and parent posts. Customize depth and parent height to control the scope of the returned thread.

Instructions

Get a full conversation thread.

Args: ctx: MCP context uri: URI of the post to get thread for depth: How many levels of replies to include parent_height: How many parent posts to include Returns: Thread with the post and its replies/parents

Input Schema

NameRequiredDescriptionDefault
depthNo
parent_heightNo
uriYes

Input Schema (JSON Schema)

{ "properties": { "depth": { "anyOf": [ { "type": "integer" }, { "type": "null" } ], "default": null, "title": "Depth" }, "parent_height": { "anyOf": [ { "type": "integer" }, { "type": "null" } ], "default": null, "title": "Parent Height" }, "uri": { "title": "Uri", "type": "string" } }, "required": [ "uri" ], "title": "get_post_threadArguments", "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/gwbischof/bluesky-social-mcp'

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