Publish a staged container
publish_stagedPublish a staged Threads post after processing completes, making it publicly visible. Requires explicit confirmation because the action is immediate and irreversible.
Instructions
Publish a container created by stage_post, waiting for processing first. This is what makes it public, so it needs confirm: true.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| account | No | Which connected Threads profile to act as, by username (for example 'thenavidm'). Defaults to the first connected profile. Call list_accounts to see them. | |
| confirm | No | Must be true for this to run. The result is public immediately or cannot be undone, so it is refused without an explicit confirmation. Threads has no edit endpoint and no unsend. | |
| container_id | Yes | The container id returned by stage_post. |