Skip to main content
Glama

Stratalize Intelligence

get_public_company_financials

Read-only

Use when pulling public company financials for a comparable company analysis, M&A due diligence, or investor brief. Returns SEC EDGAR financial statement data — income statement, balance sheet, and key ratios from filed reports. Note: cache may reflect prior quarter — verify against latest SEC filing for time-sensitive analysis. Example: Salesforce FY2024 — $34.9B revenue, 29% operating margin on services, $4.1B operating cash flow — fundamental anchor for CRM sector comparable analysis. Source: SEC EDGAR synced filings.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
company_nameYes

TDQS

A4/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, and the description adds a valuable caveat about cache lag ('cache may reflect prior quarter — verify against latest SEC filing for time-sensitive analysis'). It also discloses the data source (SEC EDGAR synced filings), which is beyond the annotations and helps set expectations about data freshness.

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 four sentences and front-loaded with the primary use case, then the return value, a caveat, and an illustrative example. Each sentence earns its place, though the example with specific numbers is slightly verbose for a tool definition.

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 fairly complete: it states what data is returned, the source, the freshness caveat, and gives a concrete example. It does not cover all edge cases (e.g., parameter format, non-US companies), but given the tool's simplicity, the essential context is provided.

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

Parameters2/5

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

With schema description coverage at 0%, the description must compensate for the undocumented 'company_name' parameter, but it only provides an example ('Salesforce FY2024') without explaining whether to pass a ticker, legal name, or how to handle fiscal years. The example could be misinterpreted as including the fiscal year in the parameter, but the schema only allows a single string for company_name.

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 verb ('Returns') and the resource ('SEC EDGAR financial statement data — income statement, balance sheet, and key ratios') for public company financials. It distinguishes itself from sibling tools by focusing on public companies and SEC filings, and even includes specific use cases (comparable company analysis, M&A due diligence, investor brief).

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 explicitly says 'Use when pulling public company financials for a comparable company analysis, M&A due diligence, or investor brief,' giving clear context for when to use this tool. It does not name alternative tools or state when not to use it, but the use cases are specific enough to imply differentiation from other data sources.

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.4/5.0
Disambiguation2/5

Multiple tools overlap significantly: get_vendor_benchmark and get_vendor_market_rate both return pricing benchmarks with median/low/high; get_industry_spend_benchmark, get_industry_spend_profile, get_category_spend_benchmark, and get_spend_by_company_size all address spend benchmarking; get_saas_market_intelligence, get_category_ai_leaders, get_sector_ai_intelligence, and get_market_intelligence_brief all cover AI citation and market themes. These overlapping purposes make tool selection ambiguous.

Naming Consistency4/5

All tools follow the 'get_' prefix consistently, creating a predictable pattern. However, the object naming is inconsistent in ordering (e.g., get_category_ai_leaders vs get_top_vendors_by_category) and some use 'synthesis' vs 'signal' vs 'benchmark' without a clear rule. Overall, the pattern is readable and consistent.

Tool Count2/5

With 45 tools, the surface is extremely large. While the server's scope is broad (market intelligence, vendor benchmarks, regulatory data, etc.), this count overwhelms an agent and dilutes focus. Many related tools could be consolidated (e.g., vendor benchmarking into one tool with modes). A typical well-scoped server would be 3-15 tools.

Completeness3/5

The server covers numerous domains with read-only intelligence, including market trends, vendor pricing, compensation, regulatory, and patent data. However, there are gaps within those domains: no historical trend comparison, no side-by-side vendor comparison across multiple metrics beyond alternatives, and no write or action capabilities. The breadth is impressive, but the depth is uneven.

Resources