Skip to main content
Glama

veroq_crypto_chart

Get historical price chart data for any crypto token. Returns timestamped prices, volume, market cap, and period change for trend analysis. Specify symbol and days (max 365).

Instructions

Get historical price chart data for a crypto token — timestamped prices for trend analysis.

WHEN TO USE: For crypto price history and charting. Use veroq_crypto for current snapshot, this for historical trend. RETURNS: Sampled price history with timestamp, price, volume, and market cap per data point. Includes period change %. COST: 2 credits. EXAMPLE: { "symbol": "BTC", "days": 90 } CONSTRAINTS: Max 365 days of history.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
symbolYesCrypto symbol (e.g. BTC, ETH, SOL)
daysNoNumber of days of history (default 30, max 365)
Behavior4/5

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

No annotations provided, so description bears full burden. It discloses return data (price, volume, market cap, period change %), cost (2 credits), and constraints (max 365 days). Could mention authentication needs, but overall strong for a read operation.

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?

Description is well-organized with labeled sections (WHEN TO USE, RETURNS, COST, EXAMPLE, CONSTRAINTS). Every sentence adds value; no fluff. Perfect length and structure.

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?

Given no output schema, description adequately explains return values. It covers purpose, usage, returns, cost, example, and constraints. With only two simple parameters, this is complete enough for an agent to use correctly.

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 100%, so baseline is 3. Description adds an example and restates the 365-day constraint, but the schema already includes default and max for days. Marginal added value beyond schema.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

Description clearly states 'Get historical price chart data for a crypto token' with specific verb and resource. Distinguishes from sibling 'veroq_crypto' which is for current snapshot, so agent knows exactly which tool to pick.

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

Usage Guidelines5/5

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

Explicitly provides 'WHEN TO USE' section: for crypto price history and charting, and directs to 'veroq_crypto' for current snapshot. This gives clear context and alternative, meeting the highest standard.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Veroq-ai/veroq-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server