reply
Respond to messages in the MCP Talk messaging system by acknowledging the original and sending replies to the sender, facilitating agent communication.
Instructions
Reply to a message (acks original and sends response to sender). Usage: reply(id='msg_id', message='Got it!', namespace='myproject')
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Message ID to reply to | |
| message | Yes | Reply message content | |
| from_agent | No | Your agent name (optional) | |
| namespace | No | Project namespace for message isolation (optional, defaults to shared queue) |