Skip to main content
Glama

payer_spend_health

Aggregate delivery-confirmation rate for one payer address on one NEXUS asset over lookback_days. verdict is SUMMARY (with delivery_rate) or NO_PAYMENTS_FOUND.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
asset_nameYes
lookback_daysNo
payer_addressYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

B3.1/5.0
Behavior3/5

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

With no annotations and no output schema, the description carries the behavioral disclosure burden. It does add useful information by specifying the possible verdicts, SUMMARY with delivery_rate or NO_PAYMENTS_FOUND. However, it does not disclose side effects, permissions, or result format details beyond those two verdicts.

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?

The description is short, front-loaded, and every sentence contributes. It states the main purpose first, then the possible outcome states, with no redundant filler or restatement of the tool name.

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 description gives the core purpose and outcome variants, which is adequate for a simple three-parameter read-like aggregation. However, it lacks definitions for the parameters and does not fully characterize the returned delivery_rate or edge-case behavior, leaving minor but real gaps.

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

Parameters2/5

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

Input schema description coverage is 0%, so the description must compensate. It references lookback_days and payer_address but does not meaningfully define them or explain expected formats, constraints, or meaning of asset_name. The description adds little beyond what the parameter names already imply.

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 clearly states what the tool does: it aggregates delivery-confirmation rate for one payer address on one NEXUS asset over lookback_days. The verb and resource are specific, though it does not explicitly distinguish itself from the sibling tool verify_payment_receipt.

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

Usage Guidelines2/5

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

There is no explicit guidance about when to use this tool versus verify_payment_receipt. The descriptor 'aggregate' and the sibling's name imply a distinction, but the description does not state when one should be preferred or what exclusions apply.

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.