Skip to main content
Glama
kevynf

AKBridge MCP Server

by kevynf

stock_profit_forecast_ths

Read-onlyIdempotent

Retrieve profit forecasts for stocks from Tonghuashun, including predicted annual EPS, net profit, and institutional forecast details. Specify symbol and indicator to get structured data.

Instructions

同花顺-盈利预测 https://basic.10jqka.com.cn/new/600519/worth.html :param symbol: 股票代码 :type symbol: str :param indicator: choice of {"预测年报每股收益", "预测年报净利润", "业绩预测详表-机构", "业绩预测详表-详细指标预测"} :type indicator: str :return: 盈利预测 :rtype: pandas.DataFrame

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
symbolNo600519
indicatorNo预测年报每股收益
Behavior3/5

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

Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, establishing a safe read-only operation. The description adds the source URL and return type but discloses no additional behavioral traits such as rate limits, pagination, or authentication requirements. It does not contradict annotations, but the added context is minimal.

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 a compact docstring with a title, source URL, parameter/return annotations, and type hints. It is well-structured and easy to parse. The title '同花顺-盈利预测' is somewhat redundant with the tool name, and the URL is specific to the default symbol 600519, which might be distracting, but overall each section serves a purpose.

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?

For a simple read-only tool with two parameters, the description covers the essential inputs and return type. However, it does not explain what each indicator means or what columns the returned DataFrame contains. Since there is no output schema, this missing detail leaves the agent uncertain about the actual data structure, which could affect downstream processing.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The schema has 0% description coverage, but the description fully documents both parameters. It specifies symbol as '股票代码' (stock code) and lists all valid choices for indicator, including exact Chinese strings like '预测年报每股收益' and '业绩预测详表-机构'. This is critical because the schema provides no enum values, making the description the only source for allowed inputs.

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 profit forecast data from 同花顺 (THS), with a source URL. The title '同花顺-盈利预测' and the return type 'pandas.DataFrame' make it evident this is a data retrieval tool. However, it lacks a strong imperative verb like 'Get' or 'Fetch', and the purpose is conveyed through the title and docstring rather than explicit action language.

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 explicit guidance on when to use this tool versus alternatives. It does not mention that stock_profit_forecast_em exists for East Money data, or provide any exclusion criteria. The only implied usage is via the parameter descriptions (e.g., indicator choices), but there is no context about typical scenarios or selection criteria.

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