Skip to main content
Glama
27dream

mcp-eastmoney

by 27dream

get_stock_quote

Retrieve real-time A-share stock quotes including price, change percentage, volume, turnover rate, and P/E ratio using a 6-digit stock code. Data sourced from East Money with approximately 15-minute delay.

Instructions

获取A股个股实时行情(价格、涨跌幅、成交量、换手率、市盈率等)。Get real-time quote for an A-share stock — price, change %, volume, turnover rate, P/E. 数据来源东方财富,延迟约15分钟。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
codeYes6位股票代码,如 600519(贵州茅台)、300750(宁德时代)
Behavior3/5

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

No annotations provided. Description mentions data source (东方财富) and 15-minute delay, which adds some behavioral context. No further details on auth, rate limits, or side effects.

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?

Two concise sentences, bilingual, front-loaded with key information. No wasted words.

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 one parameter, no output schema, and no annotations, the description adequately covers purpose, data fields, data source, and delay. Could be slightly more detailed on return format, but sufficient for a simple tool.

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 coverage is 100% for the single parameter. The description does not add new information beyond what the schema already provides (code and example). Baseline score 3 applies.

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 it gets real-time quote for A-share stocks, listing specific fields (price, change%, volume, turnover rate, P/E). It distinguishes from siblings like get_kline (k-line data) and search_stock (search).

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?

No explicit guidance on when to use this tool vs alternatives. Usage is implied (fetch current quote), but no exclusions or when-not to use.

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/27dream/mcp-eastmoney'

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