post_tweet
Publish a post (tweet) to X from your authenticated account. Posts are limited to 280 characters.
Instructions
Publish a new post (tweet) from the authenticated account.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | The post body. Standard accounts are capped at 280 characters. |
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. |