Twitter MCP Server

undoRetweet

Undo a retweet by its ID

Input Schema

NameRequiredDescriptionDefault
tweetIdYesThe ID of the tweet to un-retweet

Input Schema (JSON Schema)

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