Skip to main content
Glama
chestnutsheep

DeepFusion MCP Server

quality_stock_review

Review past quality stock pushes to measure 5-day returns and win rate, then provide reflection insights for investment research.

Instructions

追踪历史「优质股推送」的 5 日胜率与反思心得。

读取 reports.db 中 rtype='qualitystock' 的历史推送,结合 market_data.db 收盘价, 对每只推送股计算推送后 5 个交易日的收益率,聚合胜率与平均收益,并给出反思建议。 仅供研究参考,不构成投资建议。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
daysNo回测回溯天数,默认 20 天内的优质股推送

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.0

TDQS

A3.5/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 and does disclose meaningful behavior: which databases are read, how the 5-day return is computed, and the research-only disclaimer. However, it does not clarify whether the tool is strictly read-only or whether '给出反思建议' writes reflections back to a database, nor does it mention auth needs or failure behavior when no pushes exist in the window.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description opens with a front-loaded purpose statement, follows with a two-part methodology sentence, and closes with a necessary legal disclaimer. Every sentence earns its place and there is no fluff, though the two-paragraph layout is slightly more verbose than strictly necessary.

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?

Despite moderate complexity (joining two databases, computing returns, aggregating stats, generating reflections), the description covers inputs, processing steps, and caveats. Since an output schema exists, return values need not be described. Minor gaps remain around edge cases (no data in window) and write behavior, but an agent has enough to 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% — the single 'days' parameter is documented in the schema with its default and meaning (backtest lookback window of 20 days). The description itself adds no parameter-level detail, so the baseline 3 applies; no compensation needed since the schema fully covers semantics.

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: it tracks the 5-day win rate of historical 'quality stock' pushes, explicitly citing the data sources (reports.db with rtype='qualitystock', market_data.db closing prices) and the exact computation (5-trading-day returns, aggregated win rate and average return). It is clearly distinct from siblings like report_history or backtest_strategy because it evaluates the performance of the tool's own past recommendations, though it does not explicitly name a differentiating sibling.

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?

Usage context is implied: an agent can infer this tool is for evaluating past quality-stock recommendation performance, especially alongside backtest_strategy or trading_suggest. However, there is no explicit when-to-use vs. when-not-to-use guidance, no named alternatives, and no exclusion conditions, so routing among the large sibling set is left to inference.

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