likeTweet
Like a tweet on Twitter by specifying its unique ID using the Twitter MCP Server's tool, enabling direct engagement through the platform.
Instructions
Like a tweet by its ID
Input Schema
Name | Required | Description | Default |
---|---|---|---|
tweetId | Yes | The ID of the tweet to like |
Input Schema (JSON Schema)
{
"properties": {
"tweetId": {
"description": "The ID of the tweet to like",
"type": "string"
}
},
"required": [
"tweetId"
],
"type": "object"
}