Skip to main content
Glama

Bluesky Social MCP

get_timeline

Retrieve posts from your home timeline with optional algorithm, pagination cursor, and limit settings, using the MCP context on Bluesky Social MCP.

Instructions

Get posts from your home timeline.

Args: ctx: MCP context algorithm: Optional algorithm to use for timeline cursor: Optional pagination cursor limit: Maximum number of results to return Returns: Timeline feed with posts

Input Schema

NameRequiredDescriptionDefault
algorithmNo
cursorNo
limitNo

Input Schema (JSON Schema)

{ "properties": { "algorithm": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Algorithm" }, "cursor": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Cursor" }, "limit": { "anyOf": [ { "type": "integer" }, { "type": "null" } ], "default": null, "title": "Limit" } }, "title": "get_timelineArguments", "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