Skip to main content
Glama
kevynf

AKBridge MCP Server

by kevynf

stock_financial_benefit_ths

Read-onlyIdempotent

Get income statement financial indicators for a stock symbol from TongHuaShun, selecting by report period, single quarter, or annual. Returns structured data for financial analysis.

Instructions

同花顺-财务指标-利润表 https://basic.10jqka.com.cn/new/000063/finance.html https://basic.10jqka.com.cn/api/stock/finance/000063_benefit.json :param symbol: 股票代码 :type symbol: str :param indicator: 指标; choice of {"按报告期","按单季度", "按年度"} :type indicator: str :return: 同花顺-财务指标-利润表 :rtype: pandas.DataFrame

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
symbolNo000063
indicatorNo按报告期
Behavior3/5

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

Annotations already declare readOnly, openWorld, idempotent, and non-destructive hints, so the bar is lower. The description adds that it returns a pandas DataFrame and provides source URLs, but does not disclose additional behavioral traits such as data freshness, error handling, or pagination. This is adequate but minimal.

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

Conciseness3/5

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

The description is structured as a docstring with title, URLs, parameter docs, and return type. It is not overly long but contains redundancy (title repeated in return line) and non-essential URLs, making it somewhat cluttered.

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 is fairly complete for a 2-param read-only tool: it explains the parameters and return type. However, it does not detail the DataFrame structure or column names, which could be important for the agent to interpret results correctly.

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?

Schema description coverage is 0%, but the description compensates by explaining 'symbol' as stock code and 'indicator' with explicit allowed choices ('按报告期', '按单季度', '按年度'). This adds meaningful semantics beyond the schema, though the symbol format is not specified.

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 names the resource as '同花顺-财务指标-利润表' (THS financial indicators - income statement) and includes source URLs, making the tool's purpose unambiguous. However, it does not explicitly differentiate from sibling tools like stock_financial_benefit_new_ths, so it lacks sibling differentiation.

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. The description only documents parameters and return type, without mention of appropriate use cases, exclusions, or preferred scenarios.

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