Skip to main content
Glama
kevynf

AKBridge MCP Server

by kevynf

macro_germany_cpi_monthly

Read-onlyIdempotent

Fetch Germany's final monthly CPI (Consumer Price Index) from East Money. Provides the month-over-month inflation rate as structured data for economic analysis.

Instructions

东方财富-数据中心-经济数据一览-德国-消费者物价指数月率终值 https://data.eastmoney.com/cjsj/foreign_1_1.html :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=true, idempotentHint=true, and destructiveHint=false, covering safety and side-effect transparency. The description adds useful context by specifying the source URL and the return type (pandas.DataFrame), which is not in the annotations. However, it does not disclose potential data ranges, refresh frequency, or other behavioral nuances, so it only partially adds value beyond the annotations.

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 extremely concise: a short source label, a URL, and a docstring return specification. It is front-loaded with the main purpose and contains no redundant words. Every line earns its place, making it an efficient, well-structured description for a simple data-retrieval tool.

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?

Given the simplicity of a zero-parameter tool and the presence of annotations covering safety, the description is mostly adequate. However, it lacks details about the returned DataFrame's contents beyond 'consumer price index monthly rate final value'—such as date range, units, or historical depth. Since there is no output schema, this information would be helpful for the agent to know what to expect, so it is not fully complete.

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 schema coverage is vacuously 100%. According to the scoring guideline, a baseline of 4 is appropriate for a zero-parameter tool. The description does not need to explain any parameter semantics, and it doesn't contradict the schema.

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 clearly identifies the tool's purpose: it retrieves the Germany Consumer Price Index (CPI) monthly rate final value from East Money's data center. The resource (specific geographic region and metric) is unambiguous, and it distinguishes itself from siblings like macro_germany_cpi_yearly by specifying 'monthly' and 'final value'. The docstring return statement reinforces the action of returning a DataFrame.

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?

No guidance is provided on when to use this tool versus alternatives. The description only states the data source and what is returned, with no mention of use cases, exclusions, or comparisons to related tools. In a sibling set containing many macro indicators, the agent receives no explicit direction for selection.

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