Search Documentation
Search across all documentation pages
ack_message
Acknowledge a received message, marking it as processed. Call this after acting on a directive, answering a question, or completing a task request. This updates the message status from delivered to acknowledged.
Parameters#
| Parameter | Type | Required | Description |
|---|---|---|---|
| messageId | string (UUID) | required | The message ID to acknowledge |
Returns#
Confirmation that the message was acknowledged, with the updated status.
Example#
json
{
"tool": "ack_message",
"arguments": {
"messageId": "a1b2c3d4-e5f6-7890-abcd-ef1234567890"
}
}