Skip to main content
Glama

auto_children_by_disposition_lookup

Children by Disposition (U.S. Department of Health and Human Services): one record by its identifier from the agency's published dataset, with a provenance chain and an Ed25519 attestation on every response. $0.01 per call via x402 (USDC on Base); response includes a provenance chain and an Ed25519 attestation.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYes
paymentNoEncoded x402 X-PAYMENT header value. Omit to receive the payment requirements (free quote).

Schema Changelog

Changes observed during successful MCP inspections.

  1. Added

TDQS

A3.6/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 meaningful work: it discloses the $0.01 per-call cost, the x402/USDC-on-Base payment rail, the free-quote fallback, and that every response carries a provenance chain plus Ed25519 attestation. It never states what happens on payment failure or whether the record is idempotent/read-only, so it stops 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.

Conciseness3/5

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

Front-loaded with the dataset name, but the sentence duplicates content: 'with a provenance chain and an Ed25519 attestation' appears both mid-sentence and again at the end. The trailing clause is pure redundancy and should be cut.

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

Completeness3/5

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

There is no output schema and no annotations, so the description should be doing more for a paid data-retrieval tool. Cost, attestation, and the quote flow are covered, but it never characterizes what a 'disposition' record contains, the expected id format, or error/payment-failure behavior.

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

Parameters4/5

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

Schema coverage is 50% (the required 'id' is undocumented in the schema). The description compensates by establishing that the argument is the record identifier for this dataset, and adds pricing/quote semantics for the 'payment' parameter beyond what the schema states.

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?

States a specific verb+resource: retrieve 'one record by its identifier' from the 'Children by Disposition' dataset, naming the publishing agency (HHS). An agent can tell what the tool returns, though it is not explicitly differentiated from the dozens of near-identical '*_lookup' siblings.

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?

Usage is only implied by the shape of the tool (single-record lookup by ID). There is no explicit when-to-use guidance, no exclusions, and no routing to sibling lookups. The payment note ('omit to receive the payment requirements') hints at a two-step flow but doesn't frame it as usage guidance.

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