Skip to main content
Glama
jamesdingAI

stockreport-mcp

by jamesdingAI

get_required_reserve_ratio_data

Retrieve required reserve ratio data within specified date ranges to analyze central bank monetary policy changes and their impact on financial markets.

Instructions

    Fetches required reserve ratio data (存款准备金率) within a date range.

    Args:
        start_date: Optional. Start date in 'YYYY-MM-DD' format.
        end_date: Optional. End date in 'YYYY-MM-DD' format.
        year_type: Optional. Year type for date filtering. '0' for announcement date (公告日期, default),
                '1' for effective date (生效日期).

    Returns:
        Markdown table with required reserve ratio data or an error message.
    

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
start_dateNo
end_dateNo
year_typeNo0

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior2/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It states the tool fetches data and returns a markdown table or error, but lacks details on permissions, rate limits, data freshness, or error conditions. For a data-fetching tool with zero annotation coverage, this is insufficient to inform the agent about operational constraints or risks.

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 well-structured and appropriately sized, with a clear purpose statement followed by Args and Returns sections. Every sentence adds value, such as clarifying date formats and year_type options. It could be slightly more concise by integrating the purpose with parameter details, but overall it's efficient and front-loaded.

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?

Given the tool's moderate complexity (3 parameters, no annotations, but with an output schema), the description is partially complete. It covers parameters well and mentions the return format (markdown table or error), but lacks behavioral context like data sources, update frequency, or error handling. The output schema likely details the return structure, so the description doesn't need to explain return values, but it should address other operational aspects.

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 description adds significant meaning beyond the input schema, which has 0% description coverage. It explains all three parameters: start_date and end_date as optional date ranges in 'YYYY-MM-DD' format, and year_type as optional with enums '0' for announcement date (default) and '1' for effective date. This fully compensates for the schema's lack of descriptions, providing clear semantics and usage examples.

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 states the tool 'fetches required reserve ratio data (存款准备金率) within a date range,' specifying both the verb ('fetches') and the resource ('required reserve ratio data'). It distinguishes itself from siblings by focusing on reserve ratio data rather than stock, financial statement, or rate data. However, it doesn't explicitly contrast with similar tools like get_deposit_rate_data or get_money_supply_data, keeping it from a perfect score.

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 guidance on when to use this tool versus alternatives. It doesn't mention any prerequisites, such as needing specific permissions or data availability, nor does it suggest other tools for related tasks like get_deposit_rate_data or get_money_supply_data. The lack of usage context leaves the agent without direction on tool selection.

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/jamesdingAI/stockreport-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server