Skip to main content
Glama
kevynf

AKBridge MCP Server

by kevynf

macro_china_urban_unemployment

Read-onlyIdempotent

Fetch monthly urban surveyed unemployment rate for China from official NBS data. Get a pandas DataFrame of the latest statistics for analysis.

Instructions

国家统计局-月度数据-城镇调查失业率 https://data.stats.gov.cn/dg/website/page.html#/pc/national/monthData :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, so the safety profile is covered. The description adds the source URL and returns type pandas.DataFrame, which is useful context but does not disclose additional behavioral traits like data update frequency or field specifics.

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, consisting only of a title, a URL, and return type annotations. Every line carries essential information, and there is no redundant content. The front-loaded title immediately conveys the tool's purpose.

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?

Given the low complexity (no parameters, no output schema), the description is largely complete. It identifies the data source (National Bureau of Statistics), the frequency (monthly), and the returned value. Some minor details like date range or column names are absent, but the tool is simple enough that these are not critical.

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 input schema is fully covered. The description adds meaning by explicitly stating the return type and the data returned (城镇调查失业率), making the tool's purpose clear without needing parameter documentation.

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 tool as returning the urban surveyed unemployment rate from National Bureau of Statistics monthly data, with a specific title and return type. It is distinct from sibling macro tools that cover other economic indicators, though it lacks an explicit verb like 'get' or 'fetch'.

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 explicit guidance on when to use this tool versus alternatives, nor does it mention any exclusions or preferred contexts. It only lists the data source URL and return type, leaving the agent to infer usage from the title.

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