Skip to main content
Glama

read_earnings_tracker

读取中报信号验证追踪表:我们信号板预测的公司 vs 实际披露业绩 vs 验证状态(验证/部分验证/待验证)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
statusNo按验证状态筛选:'验证'/'部分验证'/'待验证';不填则返回全部
industryNo按行业筛选,如 '存储/半导体'、'储能/电池';不填则返回全部

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

C2.9/5.0
Behavior2/5

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

With no annotations, the description carries the full behavioral burden. '读取' implies a read-only operation and the content of the table is described, but there is nothing about permissions, whether all rows are returned, pagination, or result ordering. For an unannotated tool this leaves significant disclosure gaps.

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?

A single, front-loaded sentence that wastes no words and puts the resource first. It is efficient, though the parenthetical list of status values duplicates the schema's enum-free documentation.

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 two-optional-parameter read tool with full schema coverage and no output schema, the description conveys what data is returned, which is the key missing piece. However, it offers no return-format or filtering behavior guidance, leaving it only minimally complete.

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 description coverage is 100%, and both filters (status, industry) are already fully documented in the schema with example values. The description adds no filter syntax or semantics beyond what the schema provides, so the baseline 3 applies.

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 names a specific resource (中报信号验证追踪表) and enumerates the three dimensions of data it holds: signal-board predictions, actual disclosed results, and verification status. An agent understands the content, but it does not differentiate itself from the sibling read_signal_board, which the description even references ('信号板预测的公司').

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 statement of when to use this tool versus alternatives such as read_signal_board or get_track_record, and no prerequisites or exclusions. Usage must be inferred entirely from the resource name.

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.

Resources