Skip to main content
Glama
kevynf

AKBridge MCP Server

by kevynf

macro_japan_unemployment_rate

Read-onlyIdempotent

Fetch Japan's unemployment rate from East Money economic data, returning a pandas DataFrame for analysis.

Instructions

东方财富-经济数据-日本-失业率 https://data.eastmoney.com/cjsj/foreign_2_3.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, so the safety profile is covered. The description adds the data source (East Money URL) and return type (pandas.DataFrame), which provides some extra context beyond annotations. However, it doesn't disclose data frequency, coverage limitations, or potential missing values, so transparency is adequate but not rich.

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 concise, containing only the essential elements: the data source, URL, return value, and return type. Every line serves a purpose. It's slightly unstructured due to the raw docstring format, but it's appropriately sized for a simple, parameterless tool.

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?

For a zero-parameter tool with no output schema, the description provides enough context: it states the data source, what is returned (unemployment rate), and the return type (DataFrame). It doesn't specify historical range or update frequency, but the low complexity and clear naming make the tool usable. Slight gaps exist, such as column details, but these aren't critical for the tool's basic function.

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 schema coverage is 100% by default. The description doesn't need to explain parameter details. The baseline for 0 parameters is 4, and the description correctly omits any parameter information, as there is nothing to clarify.

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 states the resource: East Money economic data for Japan's unemployment rate (东方财富-经济数据-日本-失业率). It includes a source URL and return type, making it distinct from sibling tools for other countries' unemployment rates. The verb is implied (retrieve/get), but the intent is unambiguous.

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?

The description implies use when Japan's unemployment rate is needed, and the name distinguishes it from other country-specific tools. However, it provides no explicit guidance on when to choose this tool over alternatives, and doesn't mention any exclusions or prerequisites. Usage is inferred rather than stated.

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