Skip to main content
Glama

peer_guardian_payer_funding

Read-only

Read payer token balance and allowance available to IntentGuardian.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
payerYesPayer address.
tokenYesDeposit token address.
paramsNoOptional raw JSON params merged beneath typed fields.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A3.6/5.0
Behavior3/5

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

Annotations already provide readOnlyHint=true and destructiveHint=false, and the description aligns by saying 'Read'. It adds useful context that the allowance is scoped to IntentGuardian, but it does not disclose output format, units, or edge-case 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?

One compact, front-loaded sentence with no filler. The action and object are immediately clear.

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 read-only tool with two required parameters, the description conveys the core result (balance and allowance) and is supported by safety annotations. However, since there is no output schema, the absence of return shape or units is a small but notable 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?

Schema description coverage is 100%, covering payer, token, and params. The description adds minimal extra meaning beyond the schema, such as 'deposit token' and 'available to IntentGuardian', but not enough to exceed the baseline.

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?

States a specific read operation on two well-defined resources: payer token balance and allowance. It also names the spender context (IntentGuardian), making it distinct from sibling read/balance tools.

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?

Provides no guidance on when to use this tool versus sibling tools such as peer_balance, peer_guardian_available, or peer_guardian_policy. No exclusions or alternative routing are given.

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.