Skip to main content
Glama
kevynf

AKBridge MCP Server

by kevynf

stock_margin_underlying_info_bse

Read-onlyIdempotent

Retrieve underlying securities information for margin trading and securities lending on the Beijing Stock Exchange by providing a trading date.

Instructions

北京证券交易所-融资融券数据-标的证券信息。

:param date: 交易日 :type date: str :return: 标的证券信息 :rtype: pandas.DataFrame

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
dateNo20260722
Behavior3/5

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

Annotations already declare this as a read-only, idempotent operation. The description adds that it accepts a trading date and returns a pandas DataFrame, which is useful context beyond the annotations. However, it does not disclose any further behavioral traits such as response structure, pagination, or edge cases.

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?

The description is concise and to the point, with a title-like sentence followed by a brief docstring. It is not overly verbose and is well-structured, though it is arguably under-specified in content.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The tool has a simple interface with one optional parameter, but the description lacks detail on what 'underlying securities information' includes. Without an output schema, the description should clarify the return values, but it only says '标的证券信息' and the return type, leaving ambiguity about the data's structure and content.

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?

The schema has one parameter, date, with no description. The description/docstring states this is a trading day (交易日), adding some meaning. However, it does not specify the expected format (though the default suggests YYYYMMDD) or any validation rules. Given 0% schema coverage, the description only partially compensates.

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 tool as providing Beijing Stock Exchange margin trading underlying securities information. It specifies the market (BSE) and the data category, distinguishing it from similar tools like stock_margin_underlying_info_szse. However, it lacks an explicit verb like 'retrieve' or 'list,' relying on the noun phrase to imply the action.

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 provides no guidance on when to use this tool versus alternatives. It simply states the data content without any mention of alternatives, exclusions, or prerequisites. The tool name and sibling context hint at the use case, but the description itself offers no usage direction.

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