Skip to main content
Glama

Compare stocks side by side

compare_stocks
Read-onlyIdempotent

Aligned multi-stock comparison: valuation, latest financial point, fund conviction, and insider activity. Requires FolioFact Pro.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
tickersYesComma-separated tickers (2–6, dots allowed).
insider_windowNoInsider activity window.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
columnsYes
tickersYes
provenanceYes
insider_windowYes
unknown_tickersYes
submitted_tickersYes
insider_window_labelYes

TDQS

A4.3/5.0
Behavior4/5

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

Annotations already declare readOnly, idempotent, and non-destructive. The description adds the access requirement 'Requires FolioFact Pro', which is valuable behavioral context beyond the annotations. It also clarifies the scope of the comparison, but doesn't elaborate on return behavior beyond what the output schema covers.

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 no filler. It front-loads the core purpose, lists specific comparison dimensions, and ends with the Pro requirement. Every word earns its place.

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 tool's moderate complexity, the presence of a rich output schema, and comprehensive annotations, the description is complete. It covers what the tool does, what data it compares, and a key prerequisite. There is no need to explain return values or parameter formats as those are already in structured fields.

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 baseline is 3. The description adds no parameter-specific details; it only references categories (e.g., valuation, insider activity) that map loosely to the schema but provide no extra semantic meaning.

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 purpose: 'Aligned multi-stock comparison' with specific data categories (valuation, financial point, fund conviction, insider activity). The title 'Compare stocks side by side' reinforces the verb and resource, distinguishing it from single-stock tools like get_stock or stock_financials.

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 implies when to use it through 'multi-stock comparison', which sets it apart from single-stock tools. However, it does not explicitly name alternatives or state when not to use it, so it falls short of a 5.

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

A3.8/5.0
Disambiguation4/5

Most tools target distinct resources (funds, stocks, investors, insider transactions, pages). Slight overlap between get_fund (latest filing + investors) and fund_history (filing history) could cause minor confusion, but descriptions clarify the difference.

Naming Consistency2/5

Tool names mix styles: some use verb_noun (get_fund, fetch_page), some are noun phrases (fund_history, fund_holdings), and one is a bare verb (search). No consistent pattern or prefix.

Tool Count5/5

Eight tools is a well-scoped set for a financial data API, covering funds, holdings, investors, stocks, insider transactions, and site content without redundancy or bloat.

Completeness5/5

The surface covers the core lifecycle for a read-only investment data API: fund details, historical filings, current holdings, investor links, stock holders, insider feed, and cross-domain search. No obvious dead ends or missing operations for the stated domain.

Resources