Skip to main content
Glama
kevynf

AKBridge MCP Server

by kevynf

stock_a_ttm_lyr

Read-onlyIdempotent

Fetch equal-weighted and median P/E ratios for all A-shares, returning a DataFrame suitable for market valuation analysis.

Instructions

全部 A 股-等权重市盈率、中位数市盈率 :return: 全部A股-等权重市盈率、中位数市盈率 :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 (readOnlyHint, idempotentHint, destructiveHint) already declare a safe read operation. The description adds only the return type (DataFrame) and data content, but no additional behavioral context such as data frequency, coverage, or potential side effects. With annotations present, this is an average contribution.

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

Conciseness2/5

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

The description is extremely short but redundant, essentially repeating the title twice and adding only the return type. It is under-specified rather than concise, with no additional value beyond the structured title.

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 simple no-parameter data retrieval tool with no output schema, the description adequately names the two data fields and return type. However, it lacks context on data frequency, universe definition, and source, making it slightly less complete than ideal.

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?

With zero parameters, the schema fully covers all inputs. The description has nothing to add about parameter behavior, and the baseline for zero-parameter tools is 4. It correctly communicates no inputs are required.

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 states the tool provides equal-weighted and median PE ratios for all A-shares. The verb is implied ('get'/'fetch') and the resource specificity is good, but it doesn't distinguish itself from sibling tools like stock_index_pe_lg or stock_market_pe_lg.

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 is provided on when to use this tool versus alternatives. It does not mention exclusions or preferred contexts, leaving the agent without criteria for selection among the many PE-related sibling tools.

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