Skip to main content
Glama

Bluesky Social MCP

like_post

Enable liking posts on Bluesky Social MCP by specifying the post's URI and CID, returning the status of the operation.

Instructions

Like a post.

Args: ctx: MCP context uri: URI of the post to like cid: CID of the post to like Returns: Status of the like operation

Input Schema

NameRequiredDescriptionDefault
cidYes
uriYes

Input Schema (JSON Schema)

{ "properties": { "cid": { "title": "Cid", "type": "string" }, "uri": { "title": "Uri", "type": "string" } }, "required": [ "uri", "cid" ], "title": "like_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