Skip to main content
Glama
FindDataTechnology

fd-cn-report

Official

list_filings

Retrieve a CN-A-share company's CNINFO disclosures by ticker or name, with optional filters for fiscal year, form type, or category.

Instructions

List a CN-A-share company's CNINFO disclosures.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
formNooptional Chinese form name (e.g. "年度报告", "半年度报告", "第一季度报告", "第三季度报告"). Free-text forms are filtered by title substring.
yearNooptional fiscal-year filter (FY year, not publish year).
limitNomax rows to return (default 20).
categoryNooptional CNINFO category — any catalog name (e.g. "招股说明书", "增发", "业绩预告") or raw `category_*` code. Use `list_report_types` to browse the catalog. Mutually exclusive with `form`; supplying both returns an error. Unknown categories return an error (no network call).
ticker_or_nameYesticker or name (see get_company).

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.3.4

TDQS

C2.9/5.0
Behavior2/5

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

With no annotations, the description carries the full behavioral burden but only implies a read operation via 'List'. It omits pagination behavior, ordering, default result size, and any auth or rate-limit context. The schema mentions error conditions, but the description adds essentially no behavioral insight.

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?

A single front-loaded sentence with no filler. It is efficient, though arguably too thin for a five-parameter listing tool, which slightly undercuts the benefit of its brevity.

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

Completeness3/5

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

An output schema exists, so return values need not be described, and the parameter schema is thorough. However, the description leaves the source-versus-sibling distinction and any usage caveats entirely to inference, making it only adequate rather than complete.

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 all five parameters (form, year, limit, category, ticker_or_name) are already documented in detail, including mutual exclusivity and error behavior. The description adds nothing beyond the schema, so the baseline 3 applies.

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 states a specific verb (List) and resource (CNINFO disclosures) scoped to a CN-A-share company. Naming CNINFO implicitly separates it from the SSE/SZSE/BSE/HK filing siblings, though it never explicitly contrasts them.

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?

There is no when-to-use or when-not-to-use guidance, and no mention of the sibling listing tools (list_sse_filings, list_szse_filings, etc.) that select a different exchange. The useful exclusivity rules (form vs category, use list_report_types) live only in the schema, not the description.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.