Skip to main content
Glama

Ashares Earnings Forecast

ashares_earnings_forecast
Read-onlyIdempotent

Company-issued earnings guidance (业绩预告) for a Chinese A-share stock — the company's own forecast announcements with predicted profit range (lower/upper bounds in CNY), year-over-year change %, forecast type (略增/预增/扭亏 etc.), and the company's stated reason. Answers '业绩预测', '业绩预告', 'earnings forecast/guidance for a China A-share company like 华工科技 000988'. Most recent reports first. Source: Eastmoney datacenter (keyless).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoHow many forecast announcements to return, 1–20 (default 4, newest first).
symbolYes6-digit A-share code, e.g. "000988" (华工科技) or "600519" (贵州茅台).

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed1 schema field changed
    • addedInput schema / examples
      Added value: +[
      +  {
      +    "symbol": "000988"
      +  },
      +  {
      +    "limit": 8,
      +    "symbol": "600519"
      +  }
      +]
  2. Added

TDQS

A4.2/5.0
Behavior4/5

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

Annotations already indicate readOnlyHint, openWorldHint, idempotentHint, and non-destructive. The description adds valuable behavioral context: 'Most recent reports first' explains ordering, and 'Source: Eastmoney datacenter (keyless)' clarifies data provenance and access requirements. No contradictions with annotations.

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 moderately concise at a few sentences, front-loading the main purpose and key details. It includes example queries and source information without being verbose. Could be slightly tighter, but still effective.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given there is no output schema, the description comprehensively explains what the tool returns (profit range, YoY change, forecast type, reason) and includes ordering and data source. It also provides example symbol queries. For a simple 2-parameter tool, this is complete and sufficient for an agent.

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

Parameters3/5

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

Schema coverage is 100% and both parameters have descriptions. The description does not add further parameter semantics beyond the schema, but it does explain the return value structure (e.g., profit range, YoY change), which indirectly helps parameter understanding. Thus, baseline 3 is appropriate.

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 provides company-issued earnings guidance for Chinese A-share stocks, specifying the data points (profit range, YoY change, forecast type, reason). It distinguishes from sibling tools like ashares_analyst_consensus by emphasizing 'company's own forecast announcements' and includes example query terms, making the purpose unambiguous.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description does not explicitly say 'use this tool when you need X, not Y', but it provides clear context: it answers queries about '业绩预告' and 'earnings forecast/guidance for a China A-share company'. The mention of source and default ordering implies appropriate use cases, but lacks explicit alternatives or when-not-to-use guidance.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.