Skip to main content
Glama
kevynf

AKBridge MCP Server

by kevynf

stock_lhb_stock_detail_em

Read-onlyIdempotent

Retrieve detailed Dragon-Tiger list records for a given stock, date, and buy/sell flag from Eastmoney, returning the full trading breakdown for that stock.

Instructions

东方财富网-数据中心-龙虎榜单-个股龙虎榜详情 https://data.eastmoney.com/stock/lhb/600077.html :param symbol: 股票代码 :type symbol: str :param date: 查询日期; 需要通过 ak.stock_lhb_stock_detail_date_em(symbol="600077") 接口获取相应股票的有龙虎榜详情数据的日期 :type date: str :param flag: choice of {"买入", "卖出"} :type flag: str :return: 个股龙虎榜详情 :rtype: pandas.DataFrame

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
dateNo20220315
flagNo卖出
symbolNo000788
Behavior4/5

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

Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, so safety is covered. The description adds meaningful behavioral context beyond these by disclosing the dependency on another function to get valid dates and specifying the return type as pandas.DataFrame. 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 compact and well-structured: title, URL, then clearly labeled param and return sections. Every sentence adds value, and there is no redundant or filler content. It is appropriately front-loaded with the tool's purpose.

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?

For a tool with no output schema, the description covers the essential usage: the data source, the prerequisite date function, allowed flag values, and the return type. It falls slightly short by not describing the actual columns or contents of the returned DataFrame under '个股龙虎榜详情', which could help an agent understand the data structure, but overall it is sufficiently complete for invocation.

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%, so the description carries the full burden for parameter meaning. It explains all three parameters: symbol (股票代码), date (with the critical prerequisite of calling the date tool), and flag (explicit allowed values '买入' and '卖出'). It also provides a date format hint via the default value '20220315'.

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 identifies the tool as fetching individual stock Dragon-Tiger List details from Eastmoney's data center, with the URL example showing the exact page. It distinguishes itself from siblings via '个股' (individual stock) and the specific parameters, making its purpose unambiguous even without an explicit verb.

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

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides a clear usage context by stating that the date parameter must be obtained from the prerequisite function stock_lhb_stock_detail_date_em. It implicitly tells the agent how to use the tool correctly, though it does not explicitly mention when not to use it or contrast with alternatives.

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