Skip to main content
Glama
kevynf

AKBridge MCP Server

by kevynf

macro_china_imports_yoy

Read-onlyIdempotent

Access China's USD-denominated import year-on-year data from 1996 to present. Returns a pandas DataFrame for macroeconomic analysis.

Instructions

中国以美元计算进口年率报告, 数据区间从 19960201-至今 https://datacenter.jin10.com/reportType/dc_chinese_imports_yoy https://cdn.jin10.com/dc/reports/dc_chinese_imports_yoy_all.js?v=1578754588 :return: 中国以美元计算进口年率报告 :rtype: 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=false, covering the safety profile. The description adds the data range and source URLs, and states the return type (pandas.DataFrame). It does not disclose additional behaviors like column structure or data frequency, but given the strong annotation coverage, a 3 is appropriate.

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

Conciseness2/5

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

The description is poorly structured, starting with a redundant title phrase, then two URLs on separate lines, and ending with return/rtype lines. It reads like a docstring dump rather than a curated definition. It could be condensed into one or two clear sentences.

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?

The description provides the data range, source URLs, and return type, which is useful for a simple no-parameter tool. However, it does not specify what columns or fields the DataFrame contains, nor the data frequency (monthly? quarterly?). Without an output schema, this leaves gaps in understanding the returned data structure.

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?

The tool has zero parameters, so the baseline is 4. The description adds nothing about parameters, but none are needed. The schema is empty and coverage is 100%, so no information is missing.

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 states the tool provides a report on China's imports YoY in USD, with a specific data range (19960201-present). It names the resource and metric precisely. However, it does not explicitly differentiate from sibling tools like macro_china_exports_yoy, relying on the name rather than description to distinguish.

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 gives no guidance on when to use this tool versus alternatives. It provides data range and source URLs but no context about scenarios, prerequisites, or exclusions. For a tool with many macro-related siblings, this is a clear gap.

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