Skip to main content
Glama
kevynf

AKBridge MCP Server

by kevynf

stock_financial_hk_report_em

Read-onlyIdempotent

Retrieve financial statements (balance sheet, income statement, cash flow) for Hong Kong-listed stocks from East Money, with annual or period-based reporting options.

Instructions

东方财富-港股-财务报表-三大报表 https://emweb.securities.eastmoney.com/PC_HKF10/FinancialAnalysis/index?type=web&code=00700 :param stock: 股票代码 :type stock: str :param symbol: choice of {"资产负债表", "利润表", "现金流量表"} :type symbol: str :param indicator: choice of {"年度", "报告期"} :type indicator: str :return: 东方财富-港股-财务报表-三大报表 :rtype: pandas.DataFrame

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
stockNo00700
symbolNo资产负债表
indicatorNo年度
Behavior3/5

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

Annotations already declare readOnlyHint, openWorldHint, idempotentHint, and non-destructive behavior. The description adds the source URL and return type but does not disclose additional traits like rate limits or data coverage. With strong annotations, this is adequate but not enriched.

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 compact and well-structured as a docstring with a title, URL, parameter docs, and return type. It avoids redundant elaboration, but the return line repeats the title.

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 tool has no output schema, and the description only states 'pandas DataFrame' without describing columns or data structure. Parameters and defaults are covered, but behavioral specifics (e.g., how many periods, data availability) are missing. This is a moderate gap for a financial data tool.

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 description documents all three parameters with Chinese explanations and explicitly lists allowed values for symbol (资产负债表/利润表/现金流量表) and indicator (年度/报告期), which the schema lacks. This significantly improves parameter understanding, though stock code format is only implied by the example.

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 fetching East Money HK stock financial statements (三大报表), with a source URL and return type. It distinguishes from siblings by specifying HK stocks and the three major statements, though it lacks an explicit action verb.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description implies usage for HK stock financial statements via its title and parameter choices, but does not explicitly state when to use this tool over alternatives or provide exclusions. No alternative tools are mentioned.

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

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/kevynf/akbridge'

If you have feedback or need assistance with the MCP directory API, please join our Discord server