Skip to main content
Glama

JSON Schema Regression Examples — Free Pilot

acknowledge_package_received

Idempotent

Explicitly acknowledge receiving one generated package in this anonymous session. Call only after the user or client confirms receipt; never call automatically. This is a client-reported acknowledgment, not evidence of file verification, purchase, payment or human identity.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
attempt_idYesAttempt id returned with the generated package.
session_tokenYesAnonymous session token returned by this MCP tool; not an operator credential.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.5/5.0
Behavior4/5

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

The description adds meaningful context beyond annotations by clarifying that the acknowledgment is client-reported and not evidence of verification, purchase, payment, or identity. This helps the agent avoid overinterpreting the action's significance, though it doesn't detail the exact recording behavior.

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?

Three sentences, each earning its place: the action, the trigger condition, and an important caveat about what the acknowledgment does not mean. The description is front-loaded and free of redundant phrasing.

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 idempotent acknowledgment tool, the description is complete: it states the action, the sole valid trigger, the session context, and the semantic limits. No output schema is needed for this minimal operation, and annotations cover safety traits.

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 both attempt_id and session_token already documented. The tool description does not add parameter-level meaning beyond what the schema provides, so the baseline score of 3 is appropriate.

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 uses a specific verb ('acknowledge'), a clear resource ('one generated package'), and a specific context ('anonymous session'). It clearly differentiates from siblings like generate_regression_examples and record_price_interest, since acknowledging receipt is a distinct action.

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

Usage Guidelines5/5

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

The description explicitly states when to call ('only after the user or client confirms receipt') and when not to call ('never call automatically'). This is strong, actionable guidance that leaves no ambiguity about the tool's trigger condition.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources