Skip to main content
Glama
kevynf

AKBridge MCP Server

by kevynf

stock_hsgt_fund_flow_summary_em

Read-onlyIdempotent

Retrieve the daily summary of Shanghai-Hong Kong and Shenzhen-Hong Kong Stock Connect fund flows, showing northbound and southbound capital movements from East Money data for market analysis.

Instructions

东方财富网-数据中心-资金流向-沪深港通资金流向 https://data.eastmoney.com/hsgt/index.html#lssj :return: 沪深港通资金流向 :rtype: pandas.DataFrame

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior3/5

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

Annotations already declare readOnlyHint=true, idempotentHint=true, destructiveHint=false, and openWorldHint=true, so the safety profile is well-covered. The description adds the specific data source URL and return type, which is useful, but it does not disclose additional behavioral traits such as data freshness, pagination, or rate limits. This is adequate but not rich, consistent with the lower bar set by strong annotations.

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 compact and front-loaded: source name, URL, and return type in three short lines. Every sentence carries essential information with no filler or redundancy. It is a model of concise documentation.

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 the tool has no parameters, strong read-only annotations, and no output schema, the description provides sufficient context: it states the data source, the exact URL, and the return type. It lacks specifics about the returned DataFrame's columns or time range, but for a zero-parameter data summary tool, this is acceptable. Slightly more detail on update frequency or data scope would push it to a 5.

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 tool has zero parameters, so the input schema is trivially complete (100% coverage). The description confirms that no inputs are needed and that the return is a pandas DataFrame. With 0 params, the baseline is 4, and the description adds no unnecessary parameter details, which is appropriate.

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 retrieving 沪深港通资金流向 (HSGT fund flow) from Eastmoney's data center, with a specific URL. It names a specific resource and return type (pandas DataFrame), making the purpose unambiguous. However, it does not explicitly distinguish itself from the many sibling HSGT tools (e.g., stock_hsgt_fund_min_em, stock_hsgt_hist_em), so it misses the explicit differentiation that would earn a 5.

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 source path and URL imply the tool is for retrieving historical/current HSGT fund flow summary data, which gives a contextual sense of when to use it. However, there is no explicit guidance on when to choose this tool over alternatives, no exclusions, and no mention of alternatives. Usage context is implied but not articulated.

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