Skip to main content
Glama
chestnutsheep

DeepFusion MCP Server

invest_theme_latest

Fetch the current round of hot investment themes and target stocks, with next-day price change strength backtest to gauge short-term momentum.

Instructions

取最新一期热点/投资方向标的组合(含次日涨跌强度回测)。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

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 of behavioral disclosure. It discloses that the result includes backtested next-day strength data, which is valuable behavioral information beyond a plain 'get latest portfolio' statement. It does not mention side effects, rate limits, or whether data is cached, but the read-only nature is reasonably implied by '取'.

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 one short sentence that front-loads the core action and resource, then adds the meaningful detail about the backtest component. There is no wasted text or redundancy.

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?

For a zero-parameter retrieval tool with no output schema, the description adequately conveys what will be returned: the latest theme/investment target portfolio plus next-day strength backtest. It doesn't specify exact fields or date formats, but given the tool's simplicity, the missing details are minor.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The tool has zero parameters and the schema is an empty object with 100% coverage, so there is nothing for the description to add about parameters. The baseline of 4 for zero-parameter tools 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 states a specific verb ('取') and resource ('最新一期热点/投资方向标的组合'), and adds that it includes next-day rise/fall strength backtest. It clearly identifies what the tool returns, though it does not explicitly distinguish it from sibling tools like invest_theme_history or invest_theme_date.

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 phrase '最新一期' implies this tool is for retrieving the most recent theme portfolio, which gives some contextual use guidance. However, there is no explicit statement about when to use this versus related tools such as invest_theme_history or invest_theme_collect, nor any exclusion criteria.

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