Skip to main content
Glama

peer_vault_oracle_config_updates

Read-only

Fetch oracle config 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

C2.9/5.0
Behavior2/5

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

Annotations already declare readOnlyHint=true and destructiveHint=false, so the description adds no new safety information. It does not disclose pagination, ordering, return shape, or any side effects beyond what the schema already conveys.

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 or repeated schema information. It is easy to parse and gets to the point immediately.

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?

Given four parameters, nested options/params objects, and many closely related sibling tools, this terse description is insufficient. It does not explain what 'oracle config updates' means, what the response will contain, or how this compares to related vault/oracle tools, so an agent would struggle to call it correctly in context.

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 baseline is 3 and no compensation is needed. The description does not add parameter-level detail beyond the schema, but it doesn't need to because the schema documents rateManagerId as 'Vault identifier' and describes limit, params, and options.

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 clear verb ('Fetch') and names the resource ('oracle config updates') scoped to a vault, so the core action is understandable. However, it does not explicitly differentiate this from sibling tools like peer_vault_manual_rate_updates or peer_vault_effective_rate, relying on the tool name rather than description to convey the distinction.

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?

No guidance is provided about when to call this tool rather than any sibling. There is no mention of alternatives, prerequisites, or filtering conditions; the agent must infer usage 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.