Skip to main content
Glama
kevynf

AKBridge MCP Server

by kevynf

macro_germany_retail_sale_monthly

Read-onlyIdempotent

Fetches Germany's monthly actual retail sales rate, returning a structured DataFrame for economic and market analysis.

Instructions

东方财富-数据中心-经济数据一览-德国-实际零售销售月率 https://data.eastmoney.com/cjsj/foreign_1_5.html :return: 实际零售销售月率 :rtype: pandas.DataFrame

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

Annotations already declare readOnlyHint=true, destructiveHint=false, and idempotentHint=true, covering the safety profile. The description adds meaningful context beyond annotations by specifying the return type (pandas.DataFrame), the source URL, and the exact data content (实际零售销售月率). This helps the agent understand output format and provenance. No contradictions with annotations.

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

Conciseness4/5

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

The description is compact, consisting of a title, source URL, return description, and return type. All lines contribute useful information. It is front-loaded with the key purpose. However, '实际零售销售月率' appears twice (in the title and return), which is a slight redundancy, preventing a perfect score.

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?

This is a simple no-parameter data retrieval tool with no output schema. The description provides the source, return type, and data description, which is sufficient for an agent to understand what it returns. It does not explain the data frequency or interpretation of '月率', but that is largely carried by the name and context. For its simplicity, it is adequately 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 the schema is fully covered (trivially). With 0 params, the baseline for this dimension is 4. The description does not need to explain parameters, and it adds value by stating the return type, which is the only meaningful semantic detail beyond the schema.

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 retrieves Germany's actual retail sales monthly rate from Eastmoney Data Center, with a specific URL and return type. It distinguishes from sibling tools like macro_germany_retail_sale_yearly by explicitly naming the monthly rate (月率). However, it lacks an explicit verb like 'fetch' or 'get', relying on the noun phrase to imply retrieval.

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?

There is no explicit guidance on when to use this tool vs alternatives like macro_euro_retail_sales_mom or macro_germany_retail_sale_yearly. The context is implied by the name and description (Germany, monthly retail sales), but without clear exclusions or explicit when-to-use instructions, it falls short of a 4.

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