create_thread
Create a multi-post thread on X from a long text, with optional sentence or paragraph splitting and rollback on error.
Instructions
Create a multi-post thread from long text
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | Full text content that will be split into a thread | |
| chunk_limit | No | Maximum characters per post segment | |
| in_reply_to | No | Post ID to reply to with the first segment | |
| split_strategy | No | Optional split strategy. 'simple' (default) splits by whitespace; 'sentence' keeps sentences together; 'paragraph' respects blank lines. | |
| rollback_on_failure | No | Whether to delete previously created posts if a later segment fails |