Skip to main content
Glama
DannyWongIsAvailable

Real-time Stock MCP Service

get_plate_quotation

Retrieve top N sector market data for industry, concept, or region sectors. Customize sector type and page size to get formatted market quotes.

Instructions

获取东方财富网的涨跌幅前N板块行情数据,包括行业板块、概念板块、地域板块等。

Args: plate_type: 板块类型参数 - 1: 地域板块
- 2: 行业板块 (默认) - 3: 概念板块 page_size: 返回数据条数,默认为10条

Returns: 格式化的板块行情数据,以Markdown表格形式展示

Examples: - get_plate_quotation() - get_plate_quotation(1) - get_plate_quotation(3) - get_plate_quotation(2, 20)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
plate_typeNo
page_sizeNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

With no annotations provided, the description carries the full burden for behavioral disclosure. It states the output is formatted as a Markdown table, which is helpful, but it does not disclose if the operation is read-only, requires authentication, or has rate limits. It adequately conveys the return format but lacks completeness on traits like side effects or prerequisites.

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 relatively concise, with a clear sentence explaining the tool, followed by structured Args, Returns, and Examples sections. However, it mixes Chinese and English (first line in Chinese, rest in English), which may reduce clarity. Overall, it is efficient and well-structured.

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 two-parameter tool with an output schema, the description covers the core purpose, parameter meanings, and return format. It lacks usage guidelines and fails to mention error handling or edge cases, but given the existence of an output schema and the tool's simplicity, it is adequately complete.

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

Parameters4/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% coverage. It explains that plate_type takes values 1, 2, 3 corresponding to regional, industry (default), and concept plates, and page_size defaults to 10. Examples further clarify usage. This fully compensates for the schema's lack of descriptions.

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 retrieves top N plate market data by percentage change from East Money Network, specifying plate types like industry, concept, and regional. It is specific about the resource and verb, though it does not explicitly differentiate from siblings like 'get_plate_fund_flow' or 'get_current_plate_changes', but the context of '涨跌幅前N' (top N by change) provides implicit distinction.

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?

No explicit guidance on when to use this tool versus alternatives is provided. The description gives parameter examples but does not mention scenarios, prerequisites, or comparisons to sibling tools like get_billboard_data or get_plate_fund_flow. The agent must infer usage from context.

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/DannyWongIsAvailable/real-time-stock-mcp-service'

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