Twitter MCP Server

likeTweet

Like a tweet by its ID

Input Schema

NameRequiredDescriptionDefault
tweetIdYesThe ID of the tweet to like

Input Schema (JSON Schema)

{ "properties": { "tweetId": { "description": "The ID of the tweet to like", "type": "string" } }, "required": [ "tweetId" ], "type": "object" }