Skip to main content
Glama

Onvexia — Crypto Fundamentals, Sentiment & Onchain Tracking

Agents · Findings

get_agent_findings
Read-onlyIdempotent

What this platform's own monitoring agents are currently complaining about — dead collectors, stale data streams, coverage drops.

    Worth checking before relying on a number: a stream flagged stale here
    is still being served, it is just old.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.1/5.0
Behavior4/5

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

Annotations already establish read-only, idempotent, non-destructive behavior. The description adds a useful behavioral nuance beyond annotations: a stream flagged as stale is still served, only old. It also frames findings as 'currently' relevant, suggesting a live snapshot. No contradiction with annotations.

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 sentences convey the subject, concrete examples, and an important caveat without filler. The practical warning is front-loaded after the summary and earns its place.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a simple read-only listing tool with one optional limit parameter, the description, annotations, and schema together tell an agent what it does, why to call it, and how to interpret stale findings. No output schema is present, but none is needed for correct invocation.

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?

There is one optional parameter, limit, with default 50, and the schema contains no description for it. The description does not mention limit at all, so it adds no parameter-level meaning. The parameter is self-explanatory from its name and default, which keeps this adequate rather than severely deficient.

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 explains what the tool exposes: complaints from the platform's own monitoring agents, itemized as dead collectors, stale data streams, and coverage drops. This identifies the resource and scope clearly, though it uses a noun phrase rather than an explicit verb like 'returns' or 'lists'.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

It gives a concrete trigger: 'Worth checking before relying on a number,' and clarifies that a stale finding does not mean the stream is unavailable—just outdated. It does not name specific alternative tools or exclusion criteria, but the guidance is actionable.

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.