Skip to main content
Glama
ezydubs
by ezydubs

quote_get

Retrieve real-time quote data including price, OHLC, and volume for the current chart symbol or a specified symbol, automatically switching charts when needed.

Instructions

Get real-time quote data for a symbol (price, OHLC, volume). If symbol is provided and differs from the current chart, the chart is briefly switched to fetch the quote and then restored — adds ~1-2s and serializes parallel calls.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
symbolNoSymbol to quote (blank = current chart symbol). Non-blank values cause a chart switch + restore.
Behavior5/5

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

With no annotations, the description carries the full transparency burden and succeeds. It explicitly discloses that providing a non-current symbol causes a temporary chart switch, a ~1-2s delay, and serialization of parallel calls—non-obvious side effects that materially affect invocation and concurrency expectations.

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 with no filler: the first states the core purpose and fields, the second fronts the critical side-effect and performance caveat. Every sentence earns its place and the most actionable warning appears early.

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 one-optional-parameter read tool with no output schema, this is complete: it covers what is returned, how the parameter behaves, the side-effecting case, and the performance cost. An agent can safely decide whether to call it and what to expect without further investigation.

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?

The input schema already covers 100% of parameter meaning, giving a baseline of 3. The description adds value by explaining the behavioral consequence of a non-blank symbol and the restore guarantee, going slightly beyond the schema's 'chart switch + restore' note with timing and serialization details.

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?

States a specific action ('Get real-time quote data') and concrete resource (a symbol), and enumerates the returned fields (price, OHLC, volume). The term 'real-time' and 'quote' distinguish it from historical data tools like data_get_ohlcv and metadata tools like symbol_inf o, even though it does not name them explicitly.

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?

Provides clear contextual guidance on the symbol parameter: blank means current chart symbol, while a non-blank different symbol triggers a switch-and-restore with a ~1-2s cost. However, it does not state when to choose this tool over alternative quote, OHLCV, or symbol-information tools, so the cross-tool routing is left implied.

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/ezydubs/tradingview-mcp'

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