add-delete-bookmark
Bookmark or unbookmark a tweet by providing its ID and specifying whether to add or remove the bookmark.
Instructions
Add or delete a bookmark for a specific tweet
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tweetId | Yes | The ID of the tweet to bookmark or delete the bookmark for | |
| isAddBookmark | Yes | True to bookmark the tweet, false to delete the bookmark |