Skip to main content
Glama

TERM

run_meter_probe

Consume today's existing operator-ratified meter grant: fixed fixture, at most two inference attempts and one count request. Requires separately enabled funding. Never automatically retry; read receipt after uncertainty.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
dayYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

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 must carry the full behavioral burden. It discloses attempt limits, funding prerequisite, no auto retry, and receipt-after-uncertainty behavior, which is richer than most definitions; it still omits side-effect details such as irreversible grant consumption or error modes.

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?

Two tight sentences, front-loaded with the core action and scope. Every clause adds operational meaning without filler.

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?

For a consumption-style tool with no annotations and no output schema, the description supplies useful funding and retry/receipt guidance. It remains incomplete because it never resolves the required 'day' parameter or states what is consumed or returned after the probe.

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% for the single required 'day' parameter. The phrase 'today's' grant hints at a date relationship but does not define the parameter's format, allowed range, or how it controls the grant being consumed, leaving the schema gap largely unfilled.

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 names a specific verb ('Consume') and resource ('operator-ratified meter grant') and adds scope constraints like fixed fixture and attempt limits. It does not explicitly distinguish itself from siblings such as get_meter or get_meter_receipt, but the action is clearly different from read/list tools.

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?

It provides prerequisites ('Requires separately enabled funding') and an operational rule ('Never automatically retry; read receipt after uncertainty'). However, it never states when to choose this tool over alternatives like get_meter or get_meter_receipt, so usage remains implied rather than explicit.

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.