Skip to main content
Glama

hhs-oig-reports

GET https://ticks.bnm.farm/hhs-oig-reports — $0.05 USDC on Base to 0xf59621FC406D266e18f314Ae18eF0a33b8401004. HHS OIG audit and evaluation report PDFs Unpaid returns HTTP 402. After a valid X-PAYMENT, the same URL returns JSON. Not a new SKU.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
x_paymentNoOptional x402 X-PAYMENT value forwarded to the paid GET as the X-PAYMENT header.

Schema Changelog

Changes observed during successful MCP inspections.

  1. Added

TDQS

A3.5/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 of behavioral disclosure. It transparently states that the endpoint costs $0.05 USDC, returns HTTP 402 when unpaid, and returns JSON after a valid X-PAYMENT. It does not describe response shape or persistence, but the most decision-relevant behaviors are disclosed.

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?

The description is short and front-loads the URL and cost, but it is a single dense paragraph with a confusing trailing phrase 'Not a new SKU.' That phrase adds no agent-useful information, and the punctuation makes the payment behavior harder to parse than necessary.

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?

The payment flow, 402 failure mode, and JSON success response are covered, which is good for a paid endpoint with one optional parameter and no annotations. However, there is no output schema and the description does not clarify what the JSON contains or how it relates to the 'report PDFs' mentioned, leaving a meaningful gap.

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?

The schema already covers the single parameter x_payment with 100% description coverage, so the baseline is 3. The description adds context about X-PAYMENT being tied to payment validity and 402 behavior, but does not materially enrich the parameter's meaning beyond the schema.

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 identifies the resource (HHS OIG audit and evaluation report PDFs) and the HTTP method (GET), making the tool's basic purpose reasonably clear. It does not use an explicit verb like 'fetch' or 'retrieve', and the phrase 'Not a new SKU' adds noise, but the endpoint and resource are identifiable.

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 explains the payment requirement and the behavior when unpaid (HTTP 402) versus paid (JSON), which gives an agent some operational usage guidance. However, it never states when to choose this tool over sibling tools or when not to use it, leaving alternative selection to inference from the tool name.

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.