Skip to main content
Glama
jackdark425

AIGroup Market MCP

by jackdark425

Block Trade

block_trade

Retrieve block trade data with details on transaction price, volume, and buyer/seller brokerage departments for specific stocks or the entire market within a date range.

Instructions

获取大宗交易数据,包括成交价格、成交量、买卖双方营业部等详细信息

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
codeNo股票代码(可选),如'000001.SZ'表示平安银行。不填写则查询全市场大宗交易
start_dateYes起始日期,格式为YYYYMMDD,如'20230101'
end_dateYes结束日期,格式为YYYYMMDD,如'20231231'
Behavior3/5

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

No annotations are provided, so the description must carry the full burden. It uses '获取' (get) to imply a read operation, but does not disclose potential side effects, permissions, or data volume. Adequate but not thorough.

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

Conciseness5/5

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

The description is a single, well-structured sentence that front-loads the purpose. Every word contributes meaning, and there is no redundancy or fluff.

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 no output schema and no annotations, the description provides basic context but does not explain return format, pagination, or data limits. It is incomplete for a tool that likely returns large datasets.

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% (all three parameters have descriptions). Per guidelines, when coverage is high, baseline is 3. The description adds no additional parameter information beyond the schema, so no extra value.

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 retrieves block trade data ('获取大宗交易数据') and lists specific details like price, volume, and trading parties. It distinguishes from siblings like 'stock_data' or 'margin_trade' which cover different data types.

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

Usage Guidelines3/5

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

The description does not explicitly state when to use this tool versus alternatives. It implies it is for block trade queries, but lacks guidance on context or exclusions, which reduces its helpfulness for an AI agent deciding between siblings.

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/jackdark425/aigroup-market-mcp'

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