confirm_reply
Execute a staged reply on Substack using a token from propose_reply. Idempotent: returns deduped status if content already sent; use force to override.
Instructions
EXECUTE the staged write. Look up the token from propose_reply, post to Substack, log to audit.jsonl, persist dedup row. Idempotent: if the same content was already sent, returns {deduped: true} without re-posting. Use force=true to bypass dedup (rare). Tokens are single-use and expire 5 min after propose_reply.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| token | Yes | ||
| force | No |