Skip to main content
Glama
kevynf

AKBridge MCP Server

by kevynf

stock_sgt_settlement_exchange_rate_sse

Read-onlyIdempotent

Retrieves settlement exchange rates for the Shanghai-Hong Kong Stock Connect program, providing daily conversion ratios for cross-border trading and disclosure.

Instructions

沪港通-港股通信息披露-结算汇兑 https://www.sse.com.cn/services/hkexsc/disclo/ratios/ :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 and destructiveHint=false, so the safety profile is covered. The description adds the return type 'pandas.DataFrame' and the data field '结算汇兑比率', but does not disclose any additional behavioral context such as update frequency, date coverage, or source limitations.

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 short (three lines) and includes a source URL and return type, but the first line duplicates the title provided in annotations. While not verbose, the redundancy means not every line earns its place.

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?

For a no-parameter read-only data tool, the description provides a source URL, data content, and return type. However, it does not explain what the settlement exchange ratio represents or how it differs from the reference exchange rate, leaving some ambiguity for an agent comparing sibling tools.

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, and the schema is empty. Per the rubric, a baseline of 4 applies since there are no parameter semantics to document, and the description correctly omits parameter details.

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 states the resource as '沪港通-港股通信息披露-结算汇兑' (SSE Stock Connect settlement exchange) and specifies a return value of '结算汇兑比率' (settlement exchange ratio). The tool name clearly indicates SSE, distinguishing it from SZSE siblings, though it lacks an explicit imperative verb like 'get'.

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

Usage Guidelines1/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. Sibling tools such as stock_sgt_reference_exchange_rate_sse and stock_sgt_settlement_exchange_rate_szse are not mentioned, and the description does not explain how this tool differs from them.

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