Skip to main content
Glama

get_brief

Full research brief: price, fundamentals, insiders, splits for one ticker. $0.25 USDC.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
dateNoAs-of date YYYY-MM-DD (default: today)
tickerYesStock ticker (e.g. NVDA)
lookback_daysNoDays of price history, 1-365 (default 30)

TDQS

C2.9/5.0
Behavior2/5

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

The description discloses the $0.25 USDC cost, which is a meaningful behavioral trait, but with no annotations it carries the full burden of behavioral disclosure. It does not explain the output structure, whether the price data is a time series or snapshot, or how the four components are combined. Significant behavioral details remain hidden.

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, with the core content ('Full research brief') and key qualifiers (components and cost) stated up front. There is no fluff or repetition.

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

Completeness2/5

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

As a paid composite tool with no output schema, the description should cover the response format and usage trade-offs compared to individual data tools. It only lists high-level components and cost, leaving the agent to guess what 'brief' contains structurally and when it is advantageous to use.

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 input schema provides 100% coverage of all three parameters (ticker, date, lookback_days) with descriptive text, so the baseline is 3. The description adds no extra meaning beyond naming the data components; it does not map those components to specific parameters or explain interactions.

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 that it returns a 'Full research brief' composed of price, fundamentals, insiders, and splits for one ticker. This distinguishes it from sibling tools like get_pricing or get_insiders, which each cover only one aspect. The missing explicit verb is compensated by the tool name 'get_brief'.

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

Usage Guidelines2/5

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

No guidance is provided on when to use this composite brief versus calling individual sibling tools (e.g., get_fundamentals, get_insiders). The description does not mention prerequisites, alternatives, or exclusions. The only additional context is the cost and the single-ticker restriction.

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.

TDQS

B3/5.0
Disambiguation2/5

Several tools overlap significantly: get_bars, query_minute_bars, query_range, and query_batch all provide intraday bar data, making it hard to distinguish when to use which. Additionally, get_brief and get_fundamentals overlap in fundamentals coverage. The descriptions do not clearly delineate boundaries between these tools.

Naming Consistency3/5

The naming pattern is a mix of get_* and query_* prefixes, with list_ and scan_ as exceptions. While each individual name is readable, similar operations like get_bars and query_minute_bars use different verbs, making the overall convention inconsistent.

Tool Count4/5

15 tools is a reasonable count for a comprehensive financial data server, covering market data, fundamentals, filings, insiders, and scanning. The count is not excessive, though the overlapping intraday bar tools suggest some redundancy that could be consolidated.

Completeness4/5

The tool surface is fairly complete for its domain, offering intraday and daily market data, fundamentals, SEC filings, insider transactions, company profiles, and market scanning. Minor gaps exist (e.g., no dedicated dividend/split tool), but these are not critical and can be worked around via existing tools like get_brief.

Resources