Reply in fmsg thread
replySend an immediate answer to an existing message within its thread, including original participants unless overridden, and respecting no-reply flags. Use only when the user explicitly asks to answer.
Instructions
Send an immediate reply to a message (linking it into that thread). fmsg messages are immutable: once sent they cannot be edited or recalled, so only send when the user has clearly asked to. By default the reply goes to everyone on the parent message — its sender, recipients and anyone added later — except you; pass recipients to narrow or widen that. Fails if the parent is terminal; a parent marked no-reply is refused unless allow_no_reply is true. Secrets are redacted and the count reported.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | message to reply to | |
| body | Yes | ||
| type | No | text/markdown; charset=utf-8 | |
| no_reply | No | ||
| important | No | ||
| recipients | No | override the reply-all recipient set | |
| attachments | No | ||
| allow_no_reply | No | reply even though the parent asked for no replies |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| to | Yes | ||
| from | Yes | ||
| time | Yes | ||
| topic | Yes | ||
| warnings | Yes | ||
| parent_id | Yes | ||
| redactions | Yes | secrets replaced with placeholders before sending | |
| attachments | Yes |