bookmark_tweet
Save tweets to your bookmarks for easy access. Organize them in folders to streamline your X (Twitter) experience.
Instructions
Adds the tweet to bookmarks
Input Schema
Name | Required | Description | Default |
---|---|---|---|
folder_id | No | ||
tweet_id | Yes |
Input Schema (JSON Schema)
{
"properties": {
"folder_id": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"default": null,
"title": "Folder Id"
},
"tweet_id": {
"title": "Tweet Id",
"type": "string"
}
},
"required": [
"tweet_id"
],
"type": "object"
}