Skip to main content
Glama

cash_flow

现金流量表(财务数据) 需要 PRO 及以上套餐(低档位调用返回 403)。

Args: symbol: 证券代码(带后缀),如 000001.SZ start_date: 起始日期 YYYYMMDD end_date: 结束日期 YYYYMMDD period: 报告期 YYYYMMDD(如 20251231 = 2025 年报) ann_date: 公告日期 YYYYMMDD f_ann_date: 实际公告日期 YYYYMMDD report_type: 报表类型:1 合并报表 / 6 母公司报表 … comp_type: 公司类型(1 一般工商业 / 2 银行 / 3 保险 / 4 证券)

Returns: JSON 数组;字段: symbol, ann_date, f_ann_date, end_date, report_type, comp_type, net_profit, c_fr_sale_sg, c_pay_goods_purch_serv_rec, n_cashflow_act, c_pay_acq_const_fix_intang_oasset, c_fr_disp_fix_intang_oasset, n_cashflow_inv_act, c_fr_borr, c_pay_dist_dpcp_int_exp, n_cash_flows_fnc_act, n_incr_cash_cash_equ, c_cash_equ_beg_period, c_cash_equ_end_period, free_cashflow, update_flag

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
periodNo报告期 YYYYMMDD(如 20251231 = 2025 年报)
symbolNo证券代码(带后缀),如 000001.SZ
ann_dateNo公告日期 YYYYMMDD
end_dateNo结束日期 YYYYMMDD
comp_typeNo公司类型(1 一般工商业 / 2 银行 / 3 保险 / 4 证券)
f_ann_dateNo实际公告日期 YYYYMMDD
start_dateNo起始日期 YYYYMMDD
report_typeNo报表类型:1 合并报表 / 6 母公司报表 …

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

B3.1/5.0
Behavior3/5

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

With no annotations present, the description carries most of the behavioral disclosure burden. It does disclose the premium tier requirement and the JSON array return format, but it omits important details such as whether parameters can be omitted, how filters combine, pagination behavior, or other error conditions beyond 403.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness3/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is well-structured and readable, with a clear title, access note, Args list, and Returns list. However, the Args section duplicates the input schema verbatim, adding redundancy and length without new information.

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?

The description covers access requirements, parameter formats, and return fields, and the schema handles individual parameters. Still, it lacks guidance on which parameter combinations are valid, the meaning of all parameters being optional, and the partial enum for report_type, which could leave an agent uncertain when constructing a call.

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%, and the parameter descriptions in the schema exactly match the Args section. The description adds no additional semantic meaning beyond what the schema already provides, so it does not push above the baseline.

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 clearly identifies the tool as providing cash flow statement financial data and lists the return fields, making the resource and scope evident. However, it lacks an explicit verb such as 'retrieve' or 'query', and it does not explicitly differentiate itself from sibling tools like income or balance_sheet.

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 guidance on when to use this tool versus alternatives. The only contextual note is the PRO+ subscription requirement and the 403 response for lower tiers, which is an access constraint rather than a usage guideline.

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.

Resources