Skip to main content
Glama

peer_vault_manual_rate_updates

Read-only

Fetch manual rate updates for a vault.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoResult limit.
paramsNoOptional raw JSON params merged beneath typed fields.
optionsNoQuery options.
rateManagerIdYesVault identifier.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

B3.2/5.0
Behavior3/5

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

The description is consistent with the readOnlyHint=true and destructiveHint=false annotations, and 'Fetch' reinforces a safe read operation. It does not add meaningful behavioral context beyond the annotations, such as pagination behavior, response shape, or what distinguishes 'manual' updates from other update types.

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?

The description is a single clear sentence, front-loaded with the action verb and resource. It is concise with no wasted words, though it sacrifices useful context for brevity.

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 tool with one required parameter and safe read-only annotations, the description is minimally viable: an agent can identify the resource and invoke it with rateManagerId. However, it lacks context about what the returned rate updates represent, whether the result is a list, and how this relates to other vault rate tools, leaving meaningful ambiguity.

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%, so the schema already documents rateManagerId, limit, params, and options. The description does not add parameter-level meaning beyond the schema, so the baseline score of 3 is appropriate.

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 uses a specific verb ('Fetch') and names a concrete resource ('manual rate updates for a vault'), so an agent can understand the core action. However, it does not explicitly differentiate this from sibling tools like peer_vault_effective_rate or peer_vault_oracle_config_updates; the resource name does most of the disambiguation work.

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 instead of related vault tools, nor any mention of prerequisites or exclusions. With over fifty siblings, the description leaves the agent to infer the appropriate selection context from the name alone.

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.