Skip to main content
Glama

ack

Permanently delete messages from your inbox by passing their IDs. Use this action to acknowledge and remove messages, the only way to purge them besides TTL expiry.

Instructions

Acknowledge and delete messages by their IDs. This is the only way to permanently remove messages from your inbox (besides TTL expiry). Pass a list of message IDs to acknowledge.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
message_idsYes
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations provided, the description carries the full burden. It discloses the key behavioral trait: acknowledgment permanently deletes messages and is irreversible outside TTL expiry. It does not cover edge cases like idempotency or unknown IDs, but the main destructive side effect is clearly stated.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is two sentences with no wasted words, front-loading the action and effect before adding the permanence note. Every sentence contributes useful information.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a simple one-parameter tool, the description covers purpose, invocation, and effect. Missing details like return value or error behavior are minor given the tool's simplicity, though the absence of any output schema leaves some ambiguity.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 0%, so the description must compensate for the parameter. It explicitly says 'Pass a list of message IDs to acknowledge', which directly explains the single message_ids parameter. It does not add constraints or examples beyond what the parameter name and schema already convey.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states a specific action ('Acknowledge and delete messages') and resource ('messages by their IDs'), and adds the unique capability of permanent removal. It does not explicitly name or contrast sibling tools, so differentiation is implicit rather than direct.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description implies the use case: when you want to permanently remove messages, noting TTL expiry as the only alternative. It does not explicitly say when not to use the tool or how it compares with dispatch, peek, or who, so usage guidance is suggestive rather than prescriptive.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/sophia-labs/mcp-dispatch'

If you have feedback or need assistance with the MCP directory API, please join our Discord server