Skip to main content
Glama
romaco-labs

@romaco/mcp

Official
by romaco-labs

romaco_get_visible_candles

Provides a summary of OHLCV candles currently visible in the chart viewport, including count, range, volume, and ATR. Optionally returns raw candle array for custom indicator math.

Instructions

Summarize the OHLCV candles currently visible in the chart viewport: count, first/last candle, OHLC range, volume stats, percent change, ATR approximation. Cost: compressed by default (<1 KB). Set acknowledgeHighTokenCost:true to receive the raw OHLCV array (≈70 KB for a 360-candle viewport). Only opt in to the raw array when the user explicitly asked for raw candles (e.g. for custom indicator math). For analysis, prefer romaco_analyze_market.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
acknowledgeHighTokenCostNoWARNING: setting this true returns the raw OHLCV array (≈70 KB at 360 candles, scales linearly). Only opt in when the USER has explicitly asked for raw candles and accepts the token cost. Default (omit) returns a compressed range summary.
Behavior4/5

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

No annotations provided, so description carries full burden. It discloses token cost, compression behavior, and the difference between summary and raw array. Lacks details on rate limits or idempotency, but sufficient for a read-only 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?

Concise, front-loaded first sentence states core purpose. Subsequent sentences cover cost and usage caveats without redundancy. Every sentence adds value.

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 one-parameter tool with no output schema, the description covers functionality, cost, and when to choose raw vs. summary. References sibling tool for analysis, making it complete.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Single boolean parameter has schema description with cost warning. The description adds context on when to use raw mode and approximate size (70 KB), reinforcing and clarifying the 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?

The description clearly states it summarizes OHLCV candles visible in the chart viewport, listing specific statistics (count, first/last, OHLC range, etc.). It distinguishes from siblings by explicitly recommending romaco_analyze_market for analysis.

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?

Provides explicit guidance on when to use the compressed summary vs. raw array ('only opt in when user explicitly asked for raw candles'). Also suggests alternative tool for analysis, making usage boundaries clear.

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/romaco-labs/romaco-mcp'

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