Skip to main content
Glama

TERM

get_meter

Read fixed public cache probe configuration, fixture, limits and enabled status. No vendor calls.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

B3.3/5.0
Behavior3/5

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

With no annotations, the description carries the full burden. It does disclose one useful behavioral trait — that reading this configuration triggers no vendor calls, i.e. no external cost or side effects — but it says nothing about caching/freshness, whether values are static, or what the read actually returns.

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?

Two short sentences, front-loaded with the resource being read, and no filler. 'Fixture' is slightly jargon-heavy but the whole definition is compact and earns its space.

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 zero-parameter read tool with no output schema, the description should carry more of the return-shape and usage burden. It covers what categories of data are read but not the structure of the response or how it differs operationally from run_meter_probe and get_meter_receipt.

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?

The tool takes zero parameters (empty object schema), so there is nothing for the description to disambiguate. The baseline for a parameterless tool applies, and the description correctly implies no input is required.

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 verb ('Read') and a concrete resource ('fixed public cache probe configuration, fixture, limits and enabled status'). It is clear what the tool returns, but it never names or distinguishes itself from the closely related siblings run_meter_probe and get_meter_receipt, so the agent must infer the boundary.

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 when-to-use guidance, no exclusions, and no reference to the obvious alternatives (run_meter_probe, get_meter_receipt) despite three meter-related siblings. 'No vendor calls' hints that this is a cheap read, but the agent is left to infer that this is the non-executing, configuration-inspection variant.

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.