threads_create_post
Publish content to Meta Threads by sending text, an optional public image URL, or a reply to an existing post. Posts go live immediately and cannot be saved as drafts.
Instructions
Publish to Threads. This is immediately public and there is no draft state — the only undo is threads_delete_post, and everyone who saw it still saw it.
An image is fetched by Threads from the URL you give, server-side, so it must be a publicly reachable http(s) URL. A local file path cannot work here.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | Threads caps text posts at 500 characters. | |
| user_id | No | ||
| image_url | No | Public http(s) URL Threads can fetch. Not a local path. | |
| reply_to_id | No | Post id to reply to. | |
| wait_seconds | No | How long to let the container process. Default 30, or 60 with an image. |