unlikeTweet
Remove your like from a specific tweet on Twitter by providing the tweet ID. This tool integrates with the Twitter MCP Server to manage interactions with tweets.
Instructions
Unlike a previously liked tweet
Input Schema
Name | Required | Description | Default |
---|---|---|---|
tweetId | Yes | The ID of the tweet to unlike |
Input Schema (JSON Schema)
{
"properties": {
"tweetId": {
"description": "The ID of the tweet to unlike",
"type": "string"
}
},
"required": [
"tweetId"
],
"type": "object"
}