Skip to main content
Glama

edgar_company_facts

Read-onlyIdempotent

Get structured XBRL financial facts for a company. Without 'concept', returns the top-level facts catalog (concepts the company has reported). With 'concept' (e.g. 'Revenues', 'Assets', 'EarningsPerShareBasic'), returns the time series of values for that concept.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
conceptNoOptional XBRL concept name (e.g. 'Revenues', 'Assets', 'NetIncomeLoss'). If omitted, returns the catalog of available concepts.
taxonomyNoOptional XBRL taxonomy (default 'us-gaap').
identifierYesTicker symbol or CIK.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.4/5.0
Behavior4/5

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

The annotations already communicate that the tool is read-only, idempotent, and non-destructive. The description adds meaningful behavioral context by explaining the two different response shapes: a concept catalog versus a time series of values. This goes beyond the annotations without contradicting them.

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 well-structured sentences with no filler. The primary purpose is stated first, followed by a concise explanation of the two usage modes. Every sentence contributes useful information.

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?

Given that there is no output schema, the description does a good job of explaining the return behavior at a high level. It covers the catalog mode and the time-series mode, and the schema fully documents all parameters. A little more detail about the exact output structure would improve completeness, but it is not necessary for correct invocation.

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?

The input schema already covers 100% of parameters, so the baseline is 3. The description adds value by clarifying how the optional 'concept' parameter changes the response and by providing concrete examples of valid concept values. The 'identifier' parameter semantics are also clearly described in the schema.

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 action and resource: retrieving structured XBRL financial facts for a company. It also distinguishes two clear modes based on whether 'concept' is provided, making the tool's purpose and scope immediately understandable.

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 clearly explains when to use the tool with and without the 'concept' parameter, giving explicit invocation context. It does not explicitly name sibling tools or say when not to use it, but the structured data framing makes the intended use evident.

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.