Skip to main content
Glama

xpay✦ Finance Collection

getQuoteShort

Get quick snapshots of real-time stock quotes with the FMP Stock Quote Short API. Access key stock data like current price, volume, and price changes for instant market insights.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
symbolYesStock symbol

Schema Changelog

Changes observed during successful MCP inspections.

  1. Added
  2. Removed
  3. First observed

TDQS

A3.6/5.0
Behavior3/5

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

No annotations are present, so the description carries the full burden. It discloses that the tool returns real-time data including current price, volume, and price changes, which gives useful behavioral context. However, it omits details like error behavior, data limitations due to the 'short' nature, or confirmation of read-only semantics beyond the verb 'Get'.

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 two short sentences, front-loaded with the core action and then the data fields. Every sentence contributes meaning without filler or repetition, making it highly efficient.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a simple one-parameter read tool with no output schema, the description adequately covers what the tool does and what data it returns. The main gap is insufficient differentiation from sibling quote tools (e.g., getQuote, getBatchQuotesShort), but the 'quick snapshots' phrase partially addresses this.

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?

The schema provides 100% coverage for the single parameter 'symbol' with a 'Stock symbol' description. The description adds only the context that the symbol refers to stocks (rather than crypto or forex), which is marginal value. No additional formatting or interpretation guidance is given beyond the schema.

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 a specific verb and resource: 'Get quick snapshots of real-time stock quotes.' The term 'quick snapshots' distinguishes it from more detailed quote tools, though it does not explicitly name an alternative like getQuote. It conveys a lighter-weight variant of a stock quote.

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 phrase 'for instant market insights' provides a general use case, implying this is for quick reference. However, there is no explicit guidance on when to prefer this over sibling tools like getQuote or getBatchQuotesShort, and no exclusions or prerequisites are mentioned.

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.

Resources