BlueSky MCP Server

by berlinbra
Verified

bluesky_get_liked_posts

Retrieve a list of posts liked by a user on the BlueSky social network. Specify a cursor for pagination and limit to customize the number of results returned, up to a maximum of 100 posts.

Instructions

Get a list of posts liked by the user

Input Schema

NameRequiredDescriptionDefault
cursorNoPagination cursor for next page of results
limitNoMaximum number of liked posts to return (default 50, max 100)

Input Schema (JSON Schema)

{ "properties": { "cursor": { "description": "Pagination cursor for next page of results", "type": "string" }, "limit": { "default": 50, "description": "Maximum number of liked posts to return (default 50, max 100)", "type": "integer" } }, "type": "object" }
ID: bxvvsqt34k