storm_publish_thread
Publish a connected thread to Threads and Twitter/X simultaneously from a list of post texts, eliminating the need to post separately on each platform.
Instructions
Publish a thread to BOTH Threads and Twitter/X simultaneously.
This is the hero tool. Takes a list of text strings and publishes them as a connected thread on both platforms in parallel. Threads posts are slower (container polling + propagation delays) while Twitter is near-instant.
Args: posts: List of text strings to publish as a thread on both platforms.
Returns: JSON string with results from both platforms including post IDs and permalinks.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| posts | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |