Skip to main content
Glama

refresh_provider_quotas

Refresh provider quotas by retrieving official remote balance data from configured management endpoints.

Instructions

Fetch official remote balance/quota data for providers with configured management endpoints.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.4.1

TDQS

B3.2/5.0
Behavior2/5

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

No annotations are provided, so the description must carry the full burden of behavioral disclosure. The name 'refresh' implies updating or replacing data, but the description only says 'fetch', which is ambiguous about side effects. It does not state whether it mutates state, requires permissions, or what the output contains beyond the schema. This is a significant gap for a tool with a potentially state-changing name.

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 a single, front-loaded sentence with no filler. It states the action first and includes only necessary qualifiers ('official', 'remote', 'configured management endpoints'), making it efficient and appropriately sized.

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 tool has zero parameters and an output schema, so the description covers the basic call. However, the term 'configured management endpoints' is undefined, and the refresh behavior (whether it updates local state) is not clarified. For a simple tool, this is mostly complete but leaves some ambiguity about side effects and prerequisites.

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

Parameters4/5

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

There are zero parameters and schema coverage is 100%, so the description adds no parameter information. The baseline for a zero-parameter tool is 4, and the description does not need to compensate for any schema gaps.

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 states a specific action ('Fetch') and a clear resource ('remote balance/quota data for providers with configured management endpoints'). It is clear and specific, but it does not explicitly differentiate from sibling tools like refresh_model_catalog or rebuild_tool_catalog, though the resource scope is distinct.

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 guidance on when to use this tool versus alternatives, no exclusions, and no context about prerequisites. An agent cannot determine when to prefer this over other refresh tools or what conditions warrant its use.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.