Skip to main content
Glama
DannyWongIsAvailable

Real-time Stock MCP Service

get_plate_fund_flow

Retrieve today's fund flow rankings for stock sectors—industry, concept, or region—with customizable page size, returned as a markdown table.

Instructions

获取板块资金流今日排行,包括行业板块、概念板块、地域板块等的资金流入流出情况。

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

Returns: 格式化的板块资金流数据,以Markdown表格形式展示

Examples: - get_plate_fund_flow() - get_plate_fund_flow(1) - get_plate_fund_flow(3) - get_plate_fund_flow(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, the description carries full burden. It discloses the return format (Markdown table) and parameter effects, but does not mention side effects (e.g., mutability), authentication requirements, rate limits, or error behavior. Basic behavioral traits are covered, but depth is lacking.

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 with Args, Returns, and Examples sections. It is moderately concise but includes slight redundancy (Chinese/English mix). Each section serves a purpose, though some lines could be trimmed. Overall efficient.

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

Completeness4/5

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

Given the tool has only two optional parameters and an output schema (handling return format), the description is fairly complete: it covers purpose, parameters, return format, and examples. Missing: error handling, possible limitations (e.g., requires market open), but acceptable for this complexity.

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?

Schema description coverage is 0%, but the description fully explains both parameters: plate_type values (1,2,3) and page_size default (10). Examples illustrate usage with different parameter combinations. This adds substantial value beyond the schema's bare defaults.

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 today's ranking of plate fund flow, covering industry, concept, region sectors. It uses a specific verb (获取/get) and resource (板块资金流排行), and the examples further clarify usage. It is distinct from sibling tools like get_historical_fund_flow or get_current_plate_changes.

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 implies the tool is for today's fund flow ranking (今日排行) but does not explicitly state when to use this vs. alternatives (e.g., get_historical_fund_flow for history). No exclusion criteria or prerequisites are mentioned. The examples show typical calls but no guidance on 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/DannyWongIsAvailable/real-time-stock-mcp-service'

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