Skip to main content
Glama
PromptJang

@promptjang/mcp-server

Official
by PromptJang

Acknowledge mailbox message

ack_message
Idempotent

Confirm a claimed mailbox message as processed by acknowledging it. Use your owning API key to mark the message handled.

Instructions

Acknowledge a claimed mailbox message after successful processing. Only the API key that owns the active claim can acknowledge it.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
message_idYesPromptJang 32-character event or target identifier
response_formatNoHuman-readable markdown or machine-readable JSONmarkdown

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYes
statusYes
acknowledged_atNo
claim_expires_atNo
Install Server

TDQS

A4.3/5.0
Behavior4/5

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

Annotations already signal mutation (readOnlyHint=false), idempotency, and non-destructiveness. The description adds value by disclosing the active-claim ownership requirement and the expected timing. No contradiction, though the exact effect of acknowledgement on mailbox state is not spelled out.

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?

Two concise sentences with no filler: the first gives the action and timing, the second adds the single gating condition. It does not repeat schema fields or annotation data.

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

Completeness5/5

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

For a simple two-parameter tool with an output schema and full annotations, the description covers when to call and who is allowed to call. The output schema handles return-value details, so nothing essential is missing for correct invocation.

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 100%, with message_id format/length and response_format enum/default already documented. The description adds no parameter-specific meaning, so the schema appropriately carries the burden.

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

Purpose5/5

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

The description names a concrete action ('acknowledge') and a specific resource ('claimed mailbox message'), with 'after successful processing' establishing intent. 'Acknowledge' clearly contrasts with sibling claim_message and read-oriented tools like get_message and list_unread, so an agent can distinguish it.

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

Usage Guidelines4/5

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

The description states the lifecycle condition—use after successful processing—and the ownership prerequisite: only the API key that owns the active claim can acknowledge. It does not enumerate all sibling alternatives, but the claim-then-acknowledge sequencing is unambiguous.

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

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/PromptJang/promptjang-mcp'

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