Create thread
x_organic_create_threadPublish a multi-post thread on X by posting the first message, then chaining each subsequent post as a reply. Uses only user-provided copy, requires confirmation, and stops on failure.
Instructions
Composite: publish the first post, then chain the rest as replies (in_reply_to of the previous). Use only the array of copy the user supplied — never invent posts. Requires confirm=true once for the whole thread. If a later post fails, STOP and return what already went up. X API pay-per-use (as of 2026): ~$0.015 per plain post, ~$0.20 per post that contains a link. Warn the user before posting links. X API has no native schedule. Do not fake a queue or invent a publish time.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| posts | Yes | ||
| confirm | No | Must be true after the user explicitly named this action. Never set on your own. | |
| reply_settings | No |