Skip to main content
Glama
kevynf

AKBridge MCP Server

by kevynf

fund_etf_spot_ths

Read-onlyIdempotent

Fetch real-time ETF quotes for a specified date from Tonghuashun, delivering live market data for fund analysis and trading decisions.

Instructions

同花顺理财-基金数据-每日净值-ETF-实时行情 https://fund.10jqka.com.cn/datacenter/jz/kfs/etf/ :param date: 查询日期 :type date: str :return: ETF 实时行情 :rtype: pandas.DataFrame

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
dateNo
Behavior3/5

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

Annotations already declare readOnlyHint=true, destructiveHint=false, and idempotentHint=true, so the description does not need to restate safety. It adds the source URL and DataFrame return type, but lacks details on date format, pagination, or rate limits. No contradiction.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Description is compact and well-structured, with a title, source URL, and parameter/return docs. It is front-loaded with the essential purpose and does not include filler, though the URL could be seen as extra detail.

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 one-parameter read-only tool, the description covers source, return type, and parameter meaning. However, it omits date format conventions and behavior when date is empty, leaving some ambiguity for an agent invoking the tool.

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

Parameters2/5

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

The schema provides no description for 'date', and the description only gives ':param date: 查询日期' (query date) and type string. It lacks format examples (e.g., YYYYMMDD vs YYYY-MM-DD), default behavior, or whether an empty date means today, providing minimal semantic compensation.

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?

Description clearly identifies the tool as fetching ETF real-time quotes from 同花顺 (THS), with a source URL and return type. It distinguishes from sibling ETF tools by naming THS and ETF spot, though the verb is implied rather than explicit.

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 guidance on when to use this tool versus alternatives. The description does not mention exclusions, preferred contexts, or sibling tools that might be more appropriate for related queries.

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