threads_publish_thread
Publish a full thread to Threads by chaining multiple text posts as replies, starting from a root post, and return permalinks.
Instructions
Publish a full thread (multiple posts chained as replies) to Threads.
Takes a list of text strings and publishes them sequentially. The first post becomes the root, and each subsequent post replies to the previous one.
Args: posts: List of text strings to publish as a thread (7-12 posts typical).
Returns: JSON string with all published post IDs, permalinks, and the root permalink.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| posts | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |