Skip to main content
Glama
kevynf

AKBridge MCP Server

by kevynf

stock_index_pb_lg

Read-onlyIdempotent

Fetch price-to-book (PB) ratio data for Chinese stock indices such as 上证50 and 沪深300. Obtain historical PB values to evaluate index valuation.

Instructions

乐咕乐股-指数市净率 https://legulegu.com/stockdata/sz50-pb :param symbol: choice of {"上证50", "沪深300", "上证380", "创业板50", "中证500", "上证180", "深证红利", "深证100", "中证1000", "上证红利", "中证100", "中证800"} :type symbol: str :return: 指定指数的市净率数据 :rtype: pandas.DataFrame

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
symbolNo上证50
Behavior3/5

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

Annotations already declare readOnlyHint, idempotentHint, and non-destructive behavior, so the description need not repeat safety details. It adds a source URL and return type (pandas.DataFrame), but does not describe the DataFrame's columns, historical depth, or any pagination or rate-limit characteristics. This is partial but not comprehensive context.

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 compact, with a title, URL, and a standard docstring structure. It includes only relevant information without padding. Slight redundancy exists because the title repeats the Chinese name, but overall it is well-structured and easy to scan.

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?

With no output schema, the description should clarify what the returned DataFrame contains. It only says '市净率数据' (PB data) and the type, which is minimal. It also lacks any note on historical range or data granularity. Given the simple one-parameter nature, the description covers the basics but leaves important details unstated.

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 input schema only provides a string parameter with a default and no description (0% coverage). The description compensates by fully listing the valid symbol choices ({{"上证50", "沪深300", ...}) and the type (str), which is essential for correct invocation. It does not explain the meaning of each index, but the list itself is sufficient for selection.

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 indicates the tool provides PB (price-to-book) data for specified stock indices via the title '乐咕乐股-指数市净率' and the return statement '指定指数的市净率数据'. It specifies a resource (index PB) and a limited set of supported indices, distinguishing it from generic market PB tools, though it lacks an explicit verb like 'get' or 'retrieve'.

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?

There is no guidance on when to use this tool versus alternatives. It does not mention sibling tools such as stock_market_pb_lg or stock_index_pe_lg, and provides no exclusions or prerequisites. The intended use is only implied by the specific index list, but an agent would have to infer when this is the right tool.

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