Skip to main content
Glama
chestnutsheep

DeepFusion MCP Server

获取全球PMI合成指数

global_pmi

Aggregates US and Eurozone manufacturing PMI into a global index with component details, supporting international macroeconomic analysis.

Instructions

合成全球制造业PMI指数(美国ISM×0.6 + 欧元区×0.4),附各经济体明细。前端国际Tab用。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo返回月数

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.0

TDQS

A4/5.0
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations, the description carries the disclosure burden. It discloses the composite methodology and that per-economy detail is appended, which are meaningful behavioral traits. It does not mention update cadence or data source caveats, but the tool is a simple read-only-style data query and the output schema covers return structure.

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 concise sentence that front-loads the key formula, the output detail, and the intended use. Every clause adds information 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?

The tool has only one optional parameter, is covered by an output schema, and has no nested objects. The description provides the composite definition, the weighting formula, per-economy detail, and usage context, which is sufficient for an agent to select and call it correctly; only minor source/frequency details are absent.

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% and the only parameter, limit, is already described as '返回月数' with a default of 24. The tool description adds no additional meaning beyond the schema, so the baseline 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 states a specific resource (the composite global manufacturing PMI index), gives the exact weighting formula (US ISM ×0.6 + Eurozone ×0.4), and notes it includes per-economy detail. This is a concrete, non-tautological statement that distinguishes global_pmi from similar macro/PMI siblings like macro_pmi.

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 'front-end international Tab' gives a UI context that implies global/international PMI queries, but the description does not explicitly state when to prefer this tool over sibling PMI or macro tools, nor does it name excluded alternatives.

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