reply
Send a reply to a message by providing its ID and your response, optionally pushing it live to the sender's terminal.
Instructions
Reply to a message in your inbox. Looks up the original sender by message id and delivers your reply to their inbox (and live, if they're running).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| message_id | Yes | the message id (or prefix) you are replying to, from read_messages | |
| text | Yes | your reply | |
| deliver_live | No | also push the reply into the sender's terminal if it is live (default true) |