twitter_publish_text
Post a tweet to Twitter/X with optional reply targeting. Provide tweet text and an optional reply-to tweet ID to publish immediately.
Instructions
Publish a tweet to Twitter/X, optionally as a reply to another tweet.
Args: text: The tweet content (280 chars standard, 25000 for Premium). reply_to_id: Optional tweet ID to reply to.
Returns: JSON string with the published tweet ID and permalink.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | ||
| reply_to_id | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |