socials_engage_post
Perform engagement actions on a tweet (like, repost, bookmark, share) using its post ID. Actions are toggles, so calling again undoes them.
Instructions
Engage with a tweet (like, repost, bookmark, share). Pass post_id from socials_get_feed. Actions are toggles — calling again may undo. IMPORTANT: Only use when the user explicitly wants these actions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| actions | Yes | Actions to perform, in order | |
| post_id | Yes | The tweet ID from socials_get_feed results | |
| platform | Yes | Must be 'x' |