Skip to main content
Glama
kevynf

AKBridge MCP Server

by kevynf

stock_hk_indicator_eniu

Read-onlyIdempotent

Retrieve Hong Kong stock financial indicators such as P/E ratio, P/B ratio, dividend yield, ROE, and market cap for a given symbol. Provides structured data for analysis.

Instructions

亿牛网-港股指标 https://eniu.com/gu/hk01093/roe :param symbol: 港股代码 :type symbol: str :param indicator: 需要获取的指标, choice of {"港股", "市盈率", "市净率", "股息率", "ROE", "市值"} :type indicator: str :return: 指定 symbol 和 indicator 的数据 :rtype: pandas.DataFrame

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
symbolNohk01093
indicatorNo市盈率
Behavior3/5

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

Annotations already declare readOnlyHint, idempotentHint, and destructiveHint, so the safety profile is covered. The description adds the data source (eniu.com) and return type (pandas.DataFrame), but does not disclose any potential quirks like data availability or rate limits. With annotations present, this is adequate but not rich.

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 and well-structured with a title, URL example, and docstring-like param/return sections. The URL example is slightly redundant but not wasteful. It gets to the point without unnecessary fluff.

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?

The description covers the essential purpose, parameters, and return type, but lacks details on the DataFrame structure (columns), the meaning of the '港股' indicator option, and any limitations. For a two-parameter tool with no output schema, it is minimally sufficient but leaves some ambiguity.

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 schema provides only types and defaults with 0% description coverage, but the description compensates by defining symbol as 港股代码 and listing the exact allowed values for indicator. This adds significant meaning beyond the structured schema, making the parameters understandable.

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 states the tool fetches HK stock indicators from eniu.com, listing specific indicators (市盈率, 市净率, etc.). This directly distinguishes it from sibling tools like stock_hk_daily or stock_hk_spot, which focus on price data. The purpose is unambiguous and specific.

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 specify scenarios (e.g., when needing valuation ratios vs. price history) or mention exclusions. The only usage hint is the indicator choice list, but no contextual direction is given.

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