Twitter MCP Server

retweet

Retweet a tweet by its ID

Input Schema

NameRequiredDescriptionDefault
tweetIdYesThe ID of the tweet to retweet

Input Schema (JSON Schema)

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