Skip to main content
Glama
chestnutsheep

DeepFusion MCP Server

获取市场历史价格

market_prices

Get historical prices and technical indicators for stocks and ETFs across A-share, Hong Kong, and US markets. Returns standardized market data fields for investment analysis.

Instructions

统一获取股票/ETF历史价格及技术指标,输出标准化行情字段。支持A股/H股/美股及ETF

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
assetNo资产类型: equity/etfequity
limitNo返回数量
marketNo市场: sh=沪市, sz=深市, bj=北交所, hk=港股, us=美股sh
periodNo周期: daily(日线)、weekly(周线,不支持美股)daily
symbolYes股票代码,如 000001(A股)、00700(港股)、AAPL(美股)

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.0

TDQS

A3.8/5.0
Behavior3/5

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

Annotations are None, so the description carries the burden. It discloses that output uses 'standardized market fields' and includes technical indicators, plus the weekly restriction for US stocks. However, it doesn't say anything about data limits, pagination, data source, or whether this is read-only/safe. For a read-heavy market data tool with no annotations, a 3 is fair.

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 short sentences, fully front-loaded with the core purpose, then supported by a compact scope sentence. Every clause earns its place, mentioning markets and unified standardized output without fluff.

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?

The tool has an output schema, so return values need no explanation. The main gaps are naming sibling alternatives and clarifying data limits/pagination, but for a straightforward historical price tool with fully documented parameters and an output schema, the description is reasonably complete.

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%, with every parameter (asset, limit, market, period, symbol) already described in the schema. The description reinforces asset/market scope and mentions the technical-indicator output, and the weekly/US limitation, but adds little per-parameter depth beyond schema. Baseline 3 applies.

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 it fetches historical prices and technical indicators for stocks/ETFs across A/H/US markets. It distinguishes itself from many siblings by naming unified market history + tech indicator retrieval, though it doesn't explicitly compare to similar tools like stock_indicators_hk/us or individual_hist.

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

Usage Guidelines4/5

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

The description specifies supported asset types and markets (A股/H股/美股及ETF), and the market parameter enumerates sh/sz/bj/hk/us. The period field notes weekly doesn't support US stocks, providing a useful restriction. It doesn't explicitly say when to prefer this over sibling alternatives like stock_indicators_hk/us or individual_hist, but the scope is clear enough to infer.

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