Skip to main content
Glama
kevynf

AKBridge MCP Server

by kevynf

macro_china_cx_pmi_yearly

Read-onlyIdempotent

Retrieve China's annual Caixin Manufacturing PMI data from January 2012 to the present. Returns a pandas DataFrame for macroeconomic analysis.

Instructions

中国年度财新 PMI 数据, 数据区间从 20120120-至今 https://datacenter.jin10.com/reportType/dc_chinese_caixin_manufacturing_pmi :return: 中国年度财新 PMI 数据 :return: pandas.DataFrame

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior3/5

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

Annotations already declare readOnlyHint, openWorldHint, idempotentHint, and destructiveHint, so the description need not repeat these. It adds useful context: the date range (from 2012-01-20 to present) and return type (pandas.DataFrame). However, it does not disclose data granularity, columns, or update frequency beyond what is visible in the name and URL.

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

Conciseness3/5

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

The description is short but contains redundancy: the return phrase '中国年度财新 PMI 数据' appears twice, and the URL is long without explanation. It is not overly verbose, but the repetition and unformatted URL detract from conciseness.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

With no output schema, the description must explain the returned DataFrame, but it only states 'pandas.DataFrame' without detailing columns, value meaning, or frequency (beyond the 'yearly' in the name). It also does not clarify the manufacturing vs. services ambiguity. The date range and source URL are helpful, but the overall picture is incomplete.

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, so the baseline is 4. The description does not need to explain parameter semantics, and the input schema is fully empty. No additional parameter-related information is required.

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 clearly identifies the resource as China annual Caixin PMI data ('中国年度财新 PMI 数据') and provides a source URL. While it lacks an explicit verb like 'get' or 'fetch', the intent is unambiguous. It does not explicitly differentiate manufacturing from services PMI, but the tool name and URL hint at caixin manufacturing 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?

The description provides no guidance on when to use this tool versus alternatives. It does not mention that this is for Caixin PMI rather than official NBS PMI, nor does it differentiate from similar tools like macro_china_cx_services_pmi_yearly or macro_china_pmi_yearly. No exclusions or alternative recommendations are given.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/kevynf/akbridge'

If you have feedback or need assistance with the MCP directory API, please join our Discord server