Twitter MCP Server

unlikeTweet

Unlike a previously liked tweet

Input Schema

NameRequiredDescriptionDefault
tweetIdYesThe ID of the tweet to unlike

Input Schema (JSON Schema)

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