Skip to main content
Glama

ChronoKey

extract.confirm

Confirm whether a previous extract.verified result was accurate. If accurate=true, charges the $0.010 USD success bonus. If accurate=false, records the miss for free.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
accurateYesWhether the extraction was accurate.
verification_tokenYesThe token returned by extract.verified.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.2/5.0
Behavior4/5

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

With no annotations, the description carries the full burden and does disclose the key hidden trait: billing behavior, charging a $0.010 USD success bonus on accurate=true and nothing on accurate=false. It omits idempotency, token expiry, and whether the charge is reversible, which keeps it short of a 5.

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 sentences, front-loaded with the purpose and then the two conditional outcomes. Every clause carries information; no filler.

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 2-parameter tool with no output schema, the description covers the dependency and the cost side-effect, which is the main risk an agent could get wrong. It stops short of describing what the call returns, a minor gap given no output schema exists.

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% and both parameters are documented in the schema, so the description need only avoid contradicting it. It adds no syntax, format, or constraint detail beyond the schema, so the baseline 3 applies.

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?

Specific verb ('Confirm') plus resource ('a previous extract.verified result') with an explicit dependency on the sibling tool extract.verified. An agent can distinguish this from extract.verified and the other extract.* siblings without opening any schema.

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?

Clearly states the precondition (a prior extract.verified result) and branches on the accuracy outcome. It lacks an explicit 'do not call before verification' exclusion, but the dependency is unambiguous.

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