retweet
Share an existing tweet with your followers by providing its ID, enabling content redistribution on X/Twitter through the MCP server.
Instructions
Retweet an existing tweet (simple retweet without comment)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tweet_id | Yes | The ID of the tweet to retweet |
Input Schema (JSON Schema)
{
"properties": {
"tweet_id": {
"description": "The ID of the tweet to retweet",
"type": "string"
}
},
"required": [
"tweet_id"
],
"type": "object"
}