Skip to main content
Glama
chestnutsheep

DeepFusion MCP Server

获取期现价差

futures_basis

Fetch basis data comparing futures and spot prices for specified Chinese commodities and dates, enabling market expectation analysis and arbitrage opportunity detection.

Instructions

获取期货与现货价格的基差数据,用于判断市场预期和套利机会

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
dateNo日期YYYYMMDD,留空自动推算
symbolNo期货品种中文名称,如: 原油, 沪金, 沪银, 沪铜, 碳酸锂, 多晶硅, 铁矿石, 螺纹钢, 焦炭, 焦煤, 动力煤, 玉米, 豆粕, 豆油, 棕榈油, 白糖, 棉花, PTA, 甲醇, 玻璃, 热卷, 沪铝, 沪锌, 沪铅, 沪镍, 锡, 橡胶, 纸浆, 不锈钢, 沥青, 燃油, 纯碱, 尿素, 苹果, 红枣, 菜油, 菜粕, 乙二醇, 聚丙烯, 塑料, PVC, 硅铁, 锰硅, 鸡蛋, 生猪, 氧化铝, 20号胶, 低硫燃油, 工业硅, 碳酸锂, 多晶硅原油

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.0

TDQS

A3.7/5.0
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. It discloses the basic behavior of fetching basis data, but does not explain how the basis is calculated, what time range or data granularity is returned, or whether any limitations exist. This is minimally adequate for a read-only data retrieval tool but lacks meaningful behavioral context beyond the core function.

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?

The description is a single, front-loaded sentence that starts with the action and object, then adds a concise purpose clause. There is no redundant or filler content, making it appropriately sized and efficient.

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?

The tool has no output schema and no annotations, so the description should clarify what the user can expect in return. It mentions '基差数据' (basis data) but does not specify whether the output is a single value or time series, what units are used, or how multiple symbols are handled. This leaves a notable gap for a tool with no structured output metadata.

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% for both parameters, so the schema already documents 'date' and 'symbol' thoroughly. The description adds no additional meaning about the parameters themselves, so it stays at the baseline score of 3 as per the rubric.

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 states a specific verb ('获取' / get) and resource ('期货与现货价格的基差数据' / basis data between futures and spot prices), which clearly identifies the tool's function. It distinguishes itself from sibling tools like futures_prices and spot_prices by explicitly combining the two into basis data, and adds the purpose of judging market expectations and arbitrage opportunities.

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 when to use the tool ('用于判断市场预期和套利机会' / for judging market expectations and arbitrage opportunities), providing a clear use case. However, it does not explicitly state when not to use it or mention alternatives among the many sibling tools, so the guidance remains implicit rather than explicit.

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