Skip to main content
Glama
chestnutsheep

DeepFusion MCP Server

PMI数据

macro_pmi

Get China's monthly manufacturing Purchasing Managers' Index (PMI) to track economic trends and inform investment decisions.

Instructions

获取中国制造业采购经理指数(PMI)月度数据

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo返回数量

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.0

TDQS

B3.3/5.0
Behavior2/5

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

With no annotations, the description carries the full burden of behavioral disclosure, but it only states the data identity and frequency. It does not mention source, output format, units, seasonal adjustment, or how the limit parameter affects the returned data.

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, efficient sentence with no filler. The key attributes—resource, geography, type, and frequency—are all front-loaded and easy to parse.

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?

For a simple one-optional-parameter tool, the description is minimally sufficient because the schema covers the parameter. However, with no output schema, the description does not explain what the returned data looks like or how the monthly values are presented, leaving some ambiguity for agent interpretation.

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?

The schema already documents the only parameter, limit, with a description '返回数量' and a default of 24. The tool description adds no additional parameter semantics, so the baseline 3 applies due to 100% schema coverage.

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 verb and resource: getting China's manufacturing PMI monthly data. It also distinguishes itself from sibling global_pmi by specifying China manufacturing rather than global PMI.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

There is no guidance on when to use this tool versus alternatives such as global_pmi or other macro_* tools. No use-case context, exclusions, or alternatives are provided.

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