Skip to main content
Glama
kevynf

AKBridge MCP Server

by kevynf

stock_hsgt_institution_statistics_em

Read-onlyIdempotent

Fetch daily institutional stock statistics for Stock Connect (Northbound, Southbound, Shanghai, Shenzhen) by market and date range.

Instructions

东方财富网-数据中心-沪深港通-沪深港通持股-每日机构统计 https://data.eastmoney.com/hsgtcg/InstitutionStatistics.aspx :param market: choice of {"北向持股", "南向持股", "沪股通持股", "深股通持股"} :type market: str :param start_date: 指定数据获取开始的时间, e.g., "20200713" :type start_date: str :param end_date: 指定数据获取结束的时间, e.g., "20200715" :type end_date:str :return: 指定市场和指定时间段的每日个股统计数据 :rtype: pandas.DataFrame

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
marketNo北向持股
end_dateNo20220609
start_dateNo20220601
Behavior3/5

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

Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, indicating a safe read operation. The description adds that it fetches data for a specified market and time period, but does not provide additional behavioral details such as rate limits, pagination, or data freshness. No contradictions with 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 well-structured as a docstring with a title, URL, parameter descriptions, and return type. Every sentence adds value, and it is appropriately sized without unnecessary fluff or repetition.

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?

The description covers the essential aspects: source, parameters, return type, and scope. Given the simple nature of the tool and the presence of thorough annotation hints, it is reasonably complete. It does not detail the exact columns of the returned DataFrame or clarify the concept of 'institution statistics,' but these are not critical for basic usage.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 0%, but the description fully compensates by explaining each parameter: market with an explicit enumeration of allowed values, and start_date/end_date with format examples (YYYYMMDD). This adds significant meaning beyond the raw schema, making it clear how to construct valid calls.

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 clearly states the tool retrieves daily individual stock institutional statistics from Eastmoney's Stock Connect holdings data center, with a specific URL and parameters. The title and description together specify the exact resource and scope (market and date range), distinguishing it from sibling tools like stock_hsgt_stock_statistics_em.

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?

No explicit guidance is given on when to use this tool versus alternatives. It describes the parameters and return type but does not mention any exclusions, prerequisites, or situations where other tools would be more appropriate. Usage is only implied by the function description.

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