Skip to main content
Glama

Onvexia — Crypto Fundamentals, Sentiment & Onchain Tracking

Metrics · Timeseries

get_metric_timeseries
Read-onlyIdempotent

Timeseries for any available metric on any asset.

    Accepts Santiment-style relative dates ("utc_now-7d") as well as ISO
    timestamps. If the metric is not available this returns an error naming it
    rather than an empty series — an empty result here always means "no data in
    that range", never "we do not have this metric".

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
assetYes
metricYes
to_dateNoutc_now
intervalNo1d
from_dateNoutc_now-30d
aggregationNoLAST

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A3.7/5.0
Behavior4/5

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

Annotations declare readOnlyHint, openWorldHint, idempotentHint, destructiveHint=false, so the safety profile is clear. The description goes beyond annotations by clarifying the error semantics: 'not available' vs 'no data in range', which prevents misinterpretation. It also mentions date format support, adding value.

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 three sentences with no fluff. The most critical information (date formats and error semantics) is front-loaded. Each sentence adds unique value; nothing redundant.

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?

With 6 parameters and no output schema, the description covers date format and error behavior but omits what 'metric' and 'asset' accept (e.g., tickers vs slugs), how 'aggregation' works, or the output shape. Since annotations cover safety, the gap is in param semantics and output understanding.

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 coverage is 0%, so description must compensate. The description mentions dates but doesn't explain the meaning of 'metric','asset','interval','aggregation' beyond names. The error semantics add some context but not full parameter guidance.

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 clearly states it returns timeseries data for a metric on an asset. It is distinct from siblings like get_metric_metadata and get_metrics_batch, though it doesn't explicitly differentiate. The verb 'get' and resource 'metric timeseries' are specific.

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

Usage Guidelines3/5

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

The description implies usage for retrieving metric timeseries but doesn't explicitly specify when to use this over get_metric_timeseries_multi or get_ohlcv. It notes relative and ISO dates, which is helpful but not a full when/why.

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.