Skip to main content
Glama
chestnutsheep

DeepFusion MCP Server

个股实时报价

stock_quote

Get a real-time stock quote snapshot for Chinese A-share stocks, covering price, change, turnover, P/E, P/B, and market caps.

Instructions

获取个股实时报价快照:最新价/涨跌幅/涨跌额/成交额/换手率/市盈率/市净率/总市值/流通市值/今开高低昨收。东财行情优先,新浪回退

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
marketNo市场: sh=沪, sz=深, bj=京sh
symbolYes6位股票代码,如 600519

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.0

TDQS

A4.1/5.0
Behavior4/5

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

With no annotations, the description carries the disclosure burden; it does so by labeling the call as a read-only '快照' and by revealing the data-source behavior '东财行情优先,新浪回退'. It does not mention latency or failure modes, but for a simple quote fetch this is adequate context.

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?

A single compact sentence front-loads the purpose and uses a colon list for returned fields, finishing with the source fallback. Every element earns its place with no redundancy.

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

Completeness5/5

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

For a two-parameter, single-stock snapshot tool with an output schema present, the description is sufficient: it names the returned metrics, indicates the data-source strategy, and needs no further explanation of return shape. An agent has enough context to select and invoke it correctly.

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%: market and symbol are already documented with values and examples. The description adds no parameter-level meaning beyond the schema, which matches the baseline for full coverage.

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 opens with a specific verb and resource, '获取个股实时报价快照', and enumerates the exact quote fields returned. This clearly marks it as a real-time A-share quote snapshot tool and separates it from fund, macro, and technical-analysis siblings.

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 intended use is implied by '实时报价快照' and the field list, so an agent can infer it should be called when a current individual stock quote is needed. However, it never contrasts itself with sibling quote/indicator tools such as stock_indicators_hk, stock_indicators_us, or market_prices, and it does not state when not to use it.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Deploy Server

Other Tools