threads_publish_text
Send text posts to Threads and create threaded replies using an optional reply-to ID for sequential discussions.
Instructions
Publish a text post to Threads, optionally as a reply to another post.
Use reply_to_id to chain posts into a thread (each post replies to the previous one). Limit: 250 API-published posts per 24-hour window. Max 500 characters per post.
Args: text: The text content to publish. reply_to_id: Optional post ID to reply to (for building threads).
Returns: JSON string with the published post ID and permalink.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | ||
| reply_to_id | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |