Skip to main content
Glama
kevynf

AKBridge MCP Server

by kevynf

stock_sgt_settlement_exchange_rate_szse

Read-onlyIdempotent

Retrieve settlement exchange rates for Shenzhen-Hong Kong Stock Connect (SZSE). Get official daily rates for HKD/CNY conversions directly from the exchange.

Instructions

深港通-港股通业务信息-结算汇率 https://www.szse.cn/szhk/hkbussiness/exchangerate/index.html :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 the tool read-only, idempotent, and non-destructive, so the description's lack of behavioral disclosure is acceptable. The included source URL adds minor context about the data origin, but no additional behavioral traits (e.g., pagination, rate limits) are disclosed.

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 extremely concise: a title, a source URL, and a return type docstring. Every element earns its place, and the most important information (what is returned) is front-loaded in the title and return fields.

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 description provides the return type and source URL, and the annotations cover safety characteristics. However, it lacks any detail about the columns or structure of the DataFrame, and does not clarify its relationship to sibling tools (e.g., settlement vs reference, SZSE vs SSE). Given the simple zero-parameter nature, it is minimally adequate but not complete.

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 accepts no parameters, so there are no parameter semantics to clarify. The baseline score of 4 applies, and the description's lack of parameter information is appropriate because none exist.

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 identifies the resource as the settlement exchange rate for SZSE Stock Connect and indicates a pandas DataFrame return type. However, it does not explicitly distinguish itself from sibling tools such as the reference exchange rate or the SSE version, relying on the name to carry that differentiation.

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?

The description offers no guidance on when to use this tool versus alternatives like settlement vs reference exchange rates or SSE vs SZSE. It is not misleading, but it provides zero contextual direction for tool selection.

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