retweet
Share a tweet on Twitter by specifying its unique ID using the MCP server, enabling automated retweeting functionality for efficient content sharing.
Instructions
Retweet a tweet by its ID
Input Schema
Name | Required | Description | Default |
---|---|---|---|
tweetId | Yes | The 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"
}