Skip to main content
Glama

company_report

The flagship: eight-lens institutional analysis of a US-listed company, grounded entirely in SEC-verified figures with per-field filing citations. Lenses: equity research, investment banking, strategy consulting, turnaround ops, comparables, capital markets, disclosure audit, and Charlie Munger's 10 mental models — plus an executive synthesis. Optionally pass market (e.g. {"price": 12.34, "market_cap_m": 5000}) from your own data source to enable valuation views, and context — your own deal materials (CIM extracts, computed valuations), treated as caller-asserted rather than SEC-verified. $25.00/call after free trial; allow ~60s.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
marketNo
tickerYes
contextNo

TDQS

A4.1/5.0
Behavior4/5

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

Discloses SEC-verified basis, per-field citations, caller-asserted context, cost, and runtime. With no annotations, this is substantial. Lacks error handling details, but acceptable for a report tool.

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?

Front-loaded with core purpose, then lenses, optional params, and cost/time. No wasted words; clearly organized.

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?

High complexity tool with no output schema or annotations; description covers inputs, trust levels, cost, and time. Missing explicit return format but functionally sufficient.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Explanation of market and context parameters with example and trust-level distinction adds meaning beyond bare schema. Ticker is self-evident from the name and description.

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?

Specific verb 'analysis' with resource 'US-listed company' and distinctive eight-lens structure. Clearly differentiates from sibling extraction/validation tools, but doesn't explicitly name alternatives.

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?

Clear context for when to use (comprehensive institutional analysis) and what optional inputs enable, plus cost/time. No explicit exclusions or alternatives, but the scope is well-defined.

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

Each tool has a clear role: sec_extract retrieves raw data, validate_financials checks specific metrics, deal_score assesses a deal profile, and company_report produces a comprehensive report. Minor overlap exists between deal_score and validate_financials (both assess financial integrity), but descriptions distinguish them well enough.

Naming Consistency3/5

All names are snake_case and readable, but they mix noun-first (company_report, deal_score), verb-first (validate_financials), and abbreviated noun-verb (sec_extract) patterns. This inconsistency is noticeable but not confusing.

Tool Count5/5

Four tools is well-scoped for a financial analysis server: extraction, validation, deal scoring, and comprehensive reporting. Each tool earns its place without redundancy or bloat.

Completeness5/5

The tool set covers the full analysis pipeline: pull verified data (sec_extract), validate it (validate_financials), score specific deals (deal_score), and generate a comprehensive company report (company_report). No obvious dead ends or missing critical operations.

Resources