Skip to main content
Glama

Bluesky Social MCP

get_posts

Retrieve multiple posts from the Bluesky Social MCP server by providing their URIs. Returns a list of the requested posts for efficient data access and analysis.

Instructions

Get multiple posts by their URIs.

Args: ctx: MCP context uris: List of post URIs to retrieve Returns: List of requested posts

Input Schema

NameRequiredDescriptionDefault
urisYes

Input Schema (JSON Schema)

{ "properties": { "uris": { "items": { "type": "string" }, "title": "Uris", "type": "array" } }, "required": [ "uris" ], "title": "get_postsArguments", "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