Skip to main content
Glama
chestnutsheep

DeepFusion MCP Server

获取期货持仓排名

futures_positions

Retrieve institutional position rankings for futures main contracts to track major capital movements. Input a symbol and date to analyze trading volumes, long positions, or short positions.

Instructions

获取期货主力合约的机构持仓排名数据,用于判断主力资金动向

Input Schema

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

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 disclosure burden. It discloses that the data is limited to main contracts and institutional position rankings, which is useful behavioral scoping. However, it does not mention important behaviors such as automatic date inference, default symbol/contract handling, or data source/update cadence, leaving part of the burden unmet.

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, tightly packed sentence that leads with the action and resource, then states the purpose. Every phrase earns its place, with no redundant or filler content.

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 description is adequate for a simple retrieval tool: it states what is returned and why to use it, and the schema covers all parameters. However, with no output schema or annotations, and without guidance on return format/ranking details or how to choose among futures-related siblings, the overall context is incomplete for fully confident invocation.

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%, so the schema already fully documents all four parameters (date, symbol, contract, position_type). The description adds no additional parameter-level meaning beyond the schema, so the baseline score of 3 is appropriate.

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 uses a specific verb '获取' and names a precise resource: '期货主力合约的机构持仓排名数据' (institutional position ranking data for main futures contracts). This clearly differentiates it from sibling tools like futures_prices, futures_inventory, and futures_basis, which address different data types. The stated purpose '判断主力资金动向' further clarifies the intended use.

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 provides an implicit usage context: use it to judge main capital movement ('用于判断主力资金动向'). However, it does not explicitly mention when not to use it or name alternative tools such as futures_prices, futures_inventory, or futures_basis for related but distinct needs.

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