post_tweet
Publish a tweet to X from the authenticated account, optionally reply to a tweet ID, and receive the URL of the created tweet.
Instructions
Publish a new tweet from the authenticated account. Returns the URL of the created tweet. Use reply_to to reply to an existing tweet id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | The tweet body. Up to 280 chars for a normal tweet; longer becomes a note-tweet. | |
| reply_to | No | Optional tweet id to reply to. |