Skip to main content
Glama

stock-quote

market.quote
Read-onlyIdempotent

Get live stock, index, FX, and crypto quotes with last price, day/52-week ranges, previous close, currency, exchange, and relative change in clean JSON. No API keys required.

Instructions

[$0.001/call, wallet required] Live stock/index/FX/crypto quote: last price, day range, 52-week range, previous close, currency, exchange, and a relative change vs. previous close, as clean JSON. The single-symbol NOW read - for OHLC time series use stock-history, for pre/post-market use premarket-quote, and for crypto pairs crypto-price returns richer market fields. Backed by Yahoo Finance's public chart endpoint - keyless, no rate limits in practice. Symbols: equities (AAPL), indices (^GSPC), FX (EURUSD=X), crypto (BTC-USD).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
symbolYesTicker symbol - equity (AAPL), index (^GSPC), FX (EURUSD=X), crypto (BTC-USD)
Idempotency-KeyNoOptional client-supplied key. Replaying the same key with the same payment/PoW credential and request body returns the original result instead of charging again.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameNo
priceYes
dayLowNo
symbolYes
volumeNo
dayHighNo
currencyNo
exchangeNo
changeAbsNo
changePctNo
previousCloseNo
fiftyTwoWeekLowNo
fiftyTwoWeekHighNo
regularMarketTimeNo

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. Addedv2.3.0

TDQS

A4.5/5.0
Behavior4/5

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

Annotations already declare readOnly and non-destructive behavior. The description adds useful behavioral context beyond annotations: per-call cost, wallet requirement, Yahoo Finance backing, keyless access, practical absence of rate limits, and 'clean JSON' output. 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?

The description is dense but well organized: cost/wallet requirement first, then core behavior and fields, then alternative routing, then data source, then symbol formats. Every sentence contributes useful information without redundancy.

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 the output schema exists and the description covers returned fields, data source, authentication/cost, supported symbol classes, and exclusions, there is no significant missing context for an agent to call this tool 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 description coverage is 100%, so the schema already documents both symbol and Idempotency-Key. The description's symbol examples reinforce the schema but do not add meaning beyond it; baseline 3 is appropriate.

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 names a specific verb and resource: 'Live stock/index/FX/crypto quote' with a precise list of returned fields. It also distinguishes this tool as a 'single-symbol NOW read,' which clearly separates it from historical or pre/post-market tools.

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?

The description explicitly states when to use alternatives: 'for OHLC time series use stock-history, for pre/post-market use premarket-quote, and for crypto pairs crypto-price returns richer market fields.' This gives an agent direct routing guidance.

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

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/MikeyPetrillo/Agent402'

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