Skip to main content
Glama

PHION Payments

mandate_reserve

Idempotent

Atomic spending reservation with cumulative cap and conflict-safe idempotency; 0.004 USDC.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
amountYes
mandate_idYes
ttl_secondsNo
idempotency_keyYes
capability_tokenYes
cumulative_limitYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

C2.9/5.0
Behavior3/5

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

Annotations already declare idempotentHint=true, readOnlyHint=false, and destructiveHint=false, so the safety profile is covered. The description adds genuine context beyond that: atomicity, a cumulative cap that persists across calls, and conflict-safe idempotency. It still omits what happens on cap exhaustion, whether a reservation can be released/expires (ttl_seconds), and the role of capability_token as an authorization requirement.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

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

A single front-loaded sentence with no filler; the key traits (atomic, capped, idempotent) come first and the cost note is appended. It is dense but not padded.

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

Completeness2/5

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

This is a state-mutating, 6-parameter, 5-required financial tool with no output schema and zero schema descriptions, and the description does not compensate. Authorization via capability_token, TTL behavior, cap-exhaustion behavior, and return semantics are all unaddressed.

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?

Schema description coverage is 0% across 6 parameters, so the description carries the full burden and largely fails. 'Cumulative cap' loosely maps to cumulative_limit and 'idempotency' to idempotency_key, but amount units (the schema only gives an integer-string pattern), capability_token, ttl_seconds, and mandate_id are never explained. The '0.004 USDC' figure describes the tool's own price, not the amount parameter.

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 action and object: an atomic spending reservation against a mandate, with a cumulative cap and idempotency guarantee, plus its price (0.004 USDC). The verb+resource is clear, but it does not differentiate itself from plausible siblings such as agent_budget_guard, subscription_spend_guard, idempotency_replay_guard, or rwa_nav_reserve, leaving the agent to guess which reserve/guard tool applies.

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?

The description never says when to call this versus the many guard/preflight siblings, nor does it state prerequisites such as holding a valid mandate_id or capability_token. Usage is only implied by the phrase 'spending reservation'.

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