Skip to main content
Glama
chestnutsheep

DeepFusion MCP Server

大事日历-导入种子

calendar_seed

Imports structured 10-week catalyst events from the major calendar, providing idempotent, repeatable seeding for upcoming market catalysts.

Instructions

导入《连板预测与大事日历》PART 02 结构化的10周催化事件(幂等,可重复调用)。

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, the description carries the burden of behavioral disclosure. It does disclose the key safety property that the import is idempotent and repeatable, which is valuable. However, it does not state whether existing calendar data is overwritten, merged, or preserved, nor what side effects or return signals the call produces.

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?

A single front-loaded sentence states the action, the data source, the scope, and the safety property. Every phrase is relevant and there is no filler.

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 seed-import tool, the description gives the essential facts: what data is imported (PART 02, 10-week catalyst events) and that repeats are safe. It leaves out explicit return behavior and prerequisites, but the low complexity makes this acceptable.

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?

There are zero parameters and the schema is empty, so there is no parameter meaning for the description to add. The baseline of 4 applies, and the description correctly avoids inventing parameters.

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 names a specific action ('导入') and a specific resource ('《连板预测与大事日历》PART 02 结构化的10周催化事件'), and the title adds 'seed' to indicate bulk initialization. It is clear what the tool does, though it does not explicitly contrast itself with sibling calendar tools such as calendar_add.

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 its usage context: a repeatable seed import for the calendar dataset. The idempotency note is useful guidance, but there is no explicit when-to-use or when-not-to-use instruction and no mention of alternative calendar tools.

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