Skip to main content
Glama

voicebrief

get_stock_metric

Read-only

Answer one financial metric for a US public company, spoken as a single natural-language sentence grounded in that company's most recent SEC 10-K filing (via EDGAR's XBRL data) -- not a guess. Use for a specific spoken question like "what's Tesla's revenue" or "what's Apple's earnings per share". Metric must be one of: revenue, eps, book_value_per_share, market_cap, total_assets, total_liabilities, price.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
metricYesWhich figure to report.
companyYesCompany name or ticker, e.g. "Apple" or "AAPL".

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.1/5.0
Behavior4/5

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

Annotations already declare readOnlyHint=true and destructiveHint=false, covering the safety profile. The description adds valuable behavioral context: it grounds results in the most recent 10-K via EDGAR XBRL, emphasizes 'not a guess' (implying accuracy), and specifies the output as a single natural-language sentence. This goes beyond the structured fields.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is two sentences, front-loaded with the core purpose. The first sentence states the function and constraints; the second gives usage examples and the metric list. It is concise and every clause adds information, though it could be slightly tighter.

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 read-only, single-metric tool with no output schema, the description covers data source, output format, allowed metrics, and usage context. It does not mention edge cases like missing metrics or error handling, but these are not critical for correct invocation given the annotations.

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% and both parameters have descriptive text. The description's restatement of allowed metrics mirrors the enum, and the company example adds no new meaning beyond the schema. Per the rubric, baseline 3 is appropriate when the schema already documents parameters fully.

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 the tool's action: 'Answer one financial metric for a US public company' and specifies the grounding in SEC 10-K filing data. It enumerates the allowed metrics and differentiates from the sibling get_stock_snapshot by emphasizing 'one metric' versus a snapshot, which implies a scope distinction.

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

Usage Guidelines4/5

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

The description gives explicit usage context: 'Use for a specific spoken question like...' and provides examples. However, it does not explicitly state when NOT to use it or name the alternative tool (get_stock_snapshot) as a better choice for multiple metrics. The guidance is clear but lacks explicit exclusions.

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