Skip to main content
Glama

southbound_holdings

南向(港股通)持股明细(资金流向) 南向持股明细为 T+1 披露:最新数据滞后一个交易日。 需要 PRO 及以上套餐(低档位调用返回 403)。

Args: symbol: 代码原样匹配(ETF/板块/外汇/港股等) start_date: 起始日期 YYYYMMDD end_date: 结束日期 YYYYMMDD trade_date: 单个交易日 YYYYMMDD(与 start/end 二选一)

Returns: JSON 数组;字段: trade_date, symbol, name, vol, ratio, exchange

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
symbolNo代码原样匹配(ETF/板块/外汇/港股等)
end_dateNo结束日期 YYYYMMDD
start_dateNo起始日期 YYYYMMDD
trade_dateNo单个交易日 YYYYMMDD(与 start/end 二选一)

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A3.8/5.0
Behavior4/5

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

With no annotations provided, the description carries the burden of behavioral disclosure. It discloses the T+1 delay, the PRO-tier requirement with 403 behavior, and the return format (JSON array with specific fields). This is substantial but could mention pagination or error handling for missing data.

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 concise and well-structured: purpose, constraints, args, and returns. It front-loads the core purpose in the first line and uses a clean format. Every sentence earns its place.

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 core context: T+1 lag, subscription requirement, mutual exclusivity of date parameters, and return fields. It also benefits from the presence of an output schema. It could be more explicit about what happens when neither trade_date nor start/end is provided, but overall it is complete for a data retrieval tool.

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 the baseline is 3. The description repeats schema descriptions for symbol, start_date, end_date, and trade_date, and explicitly notes the trade_date vs. start/end mutual exclusivity, but does not add meaningful semantics beyond what the schema already provides.

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 resource as southbound (Stock Connect) shareholding details with fund flow, which distinguishes it from northbound_holdings. However, it lacks an explicit verb like 'get' or 'list', relying on the noun phrase '持股明细' to imply retrieval.

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 provides important operational context (T+1 data lag, PRO subscription requirement, 403 for lower tiers) but does not explicitly state when to use this tool versus alternatives such as northbound_holdings or moneyflow_hsgt. Usage is implied rather than spelled out.

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