reply_to_tweet
Reply to a public X (Twitter) post using its URL or numeric status ID. Provide your reply text to directly respond to the tweet.
Instructions
Reply to an existing post.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | The reply body (max 280 characters on standard accounts). | |
| url_or_id | Yes | A full post URL or the bare numeric status id to reply to. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | Numeric status id of the created/affected post, if resolvable. | |
| ok | Yes | Whether the action completed successfully. | |
| url | No | Permalink to the created/affected post, if any. | |
| action | Yes | The action that was attempted, e.g. 'post_tweet'. | |
| message | No | Human-readable detail about the outcome. |