Bluesky MCP Server

by brianellin
Verified

like-post

Use this tool to like a specific post on Bluesky by providing the post’s URI. Enables AI assistants to interact with the Bluesky/ATProtocol platform for social engagement.

Instructions

Like a post on Bluesky

Input Schema

NameRequiredDescriptionDefault
uriYesThe URI of the post to like

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "uri": { "description": "The URI of the post to like", "type": "string" } }, "required": [ "uri" ], "type": "object" }
ID: 8paka7dsoe