Publish Text Thread
threads_publish_textPublishes a text-only post to Threads. Creates a container and then publishes it, with optional reply, quote, location, or reply controls.
Instructions
Publishes a text-only post to Threads.
Two-step flow: creates a container, then publishes it.
Args:
threads_user_id (string): Threads user ID
text (string): Post text (up to 500 characters)
reply_to_id (string, optional): Thread ID to reply to
quote_post_id (string, optional): Thread ID to quote
Returns: Media ID of the published thread.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| threads_user_id | Yes | ||
| text | Yes | Post text | |
| reply_to_id | No | Thread ID to reply to | |
| quote_post_id | No | Thread ID to quote | |
| reply_control | No | Who can reply to this post | |
| location_id | No | Location ID to tag (from Facebook Places search) | |
| response_format | No | Output format: 'markdown' for human-readable or 'json' for machine-readable | markdown |