ack
Acknowledge and delete processed messages in MCP Talk's shared queue to maintain message isolation and coordination between AI agents.
Instructions
Acknowledge/delete a message after processing. Usage: ack(id='msg_id', namespace='myproject')
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Message ID to acknowledge | |
| namespace | No | Project namespace for message isolation (optional, defaults to shared queue) |