Skip to main content
Glama

voicebrief

Server Details

SEC-grounded stock facts phrased as single spoken sentences for a voice assistant to read.

If you are the author of this connector, you can claim ownership with GitHub, an HTTP challenge, or a DNS record. Claimed connector authors can inspect health checks, view analytics, and manage their listing.
Status
Healthy
Last Tested
Transport
Streamable HTTP · MCP 2025-11-25
URL

TDQS

A4.2/5.0

Scored across 2 tools

Disambiguation5/5

Each tool has a clearly distinct purpose: one answers a single specific metric, the other provides a broad multi-metric snapshot. Though the snapshot includes some of the same metrics, the descriptions explicitly direct usage for specific versus broad questions, so an agent should not confuse them.

Naming Consistency5/5

Both tool names follow a consistent get_stock_<noun> pattern, using snake_case with a clear verb+noun structure. This makes the tool family predictable and easy to navigate.

Tool Count3/5

With only two tools, the surface feels thin even for a niche voice-briefing server. While the pair covers the core use cases, the tool count is below the typical well-scoped range and is borderline acceptable.

Completeness4/5

The tool set covers both a single-metric query and a comprehensive snapshot, which forms a reasonable lifecycle for the stated voice-financial-briefing purpose. Some common financial metrics (e.g., profit margin, cash flow) are unsupported, but this is an explicit scope limitation rather than a significant gap within the intended domain.

Available Tools

2 tools
get_stock_metricA
Read-only
Inspect

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.

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

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.

get_stock_snapshotA
Read-only
Inspect

Give a short spoken financial snapshot of a US public company (revenue, earnings per share, market cap, book value per share) grounded in its most recent SEC 10-K filing. Use for a broad spoken question like "tell me about Apple's financials" rather than one specific figure.

ParametersJSON Schema
NameRequiredDescriptionDefault
companyYesCompany name or ticker, e.g. "Apple" or "AAPL".

TDQS

A4.2/5.0
Behavior4/5

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

Annotations already declare readOnlyHint=true and openWorldHint=true, covering the safety profile. The description adds valuable context: the snapshot is 'grounded in its most recent SEC 10-K filing' and is a 'short spoken financial snapshot', which informs the agent about data source and output format beyond what annotations provide.

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 sentences with zero redundancy. The first sentence fronts the purpose and output specifics; the second gives usage guidance. Every phrase earns its place, and the overall length is appropriate for the tool's simplicity.

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 single-parameter read-only tool with no output schema, the description is nearly complete. It covers the data source, output type, and usage scenario. It does not mention edge cases (e.g., missing 10-K, non-US companies), but these are minor and not critical for correct calling.

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%, with the 'company' parameter fully described as a name or ticker with examples. The tool description adds no additional parameter-level detail, so the schema already carries the burden. This matches the baseline for high schema coverage.

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 states a specific verb ('give'), a resource ('US public company'), and lists the exact metrics returned (revenue, EPS, market cap, book value per share), plus the data source (most recent SEC 10-K filing). It also explicitly differentiates from the sibling get_stock_metric by saying 'rather than one specific figure', making its scope unmistakable.

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 provides clear when-to-use guidance: 'Use for a broad spoken question like "tell me about Apple's financials" rather than one specific figure.' This implies the alternative (get_stock_metric) but does not name it explicitly. It gives a strong negative condition and usage context, but falls short of naming the sibling tool directly.

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

Tool Schema Changelog

Recent tool additions, removals, and schema changes observed during successful MCP inspections.

  1. 2 tool updates
    • First observedget_stock_metric
    • First observedget_stock_snapshot

Related MCP Connectors

Related MCP Servers

  • A
    license
    A
    quality
    C
    maintenance
    Enables answering spoken stock-fact questions with natural-language responses grounded in SEC EDGAR 10-K filings, providing single-sentence spoken numbers and financial snapshots via MCP tools.
    2
    MIT
  • A
    license
    Not graded
    quality
    D
    maintenance
    Enables financial research on US-listed equities by answering natural language questions with structured data from fundamentals, prices, earnings, and insider activity.
    3
    MIT
  • A
    license
    A
    quality
    C
    maintenance
    Enables AI clients to search and analyze SEC filings, financial statements, insider trades, and institutional holdings through natural language tools.
    9
    7 npm
    1
    MIT
Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources