Approve or ignore a pending reply
manage_pending_replyApprove or ignore a pending reply. Approving makes the reply public; ignoring leaves it hidden. Requires explicit confirmation because the action is public and cannot be undone.
Instructions
Approve a reply waiting in the approval queue, making it public, or ignore it so it stays hidden. Approving is public, so it needs confirm: true.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | approve makes it public; ignore leaves it hidden. | |
| 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. | |
| reply_id | Yes | Numeric id of the pending reply. |