Skip to main content
Glama
kevynf

AKBridge MCP Server

by kevynf

index_volume_cflp

Read-onlyIdempotent

Retrieves China road freight volume index data for monthly, quarterly, or annual periods.

Instructions

中国公路物流运量指数 http://index.0256.cn/expx.htm :param symbol: choice of {"月指数", "季度指数", "年度指数"} :type symbol: str :return: 中国公路物流运量指数 :rtype: pandas.DataFrame

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
symbolNo月指数
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 tool is clearly a safe read operation. The description adds the data source URL and return type (pandas.DataFrame), but does not disclose any further behavioral traits such as data granularity, update frequency, or potential errors. This is adequate for a simple read-only tool.

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 and front-loaded with the tool's purpose. It includes a source URL and a compact param/return docstring. The main drawback is slight redundancy: '中国公路物流运量指数' appears both in the first line and again in the return line, which could be simplified without losing meaning.

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 tool's simplicity (one optional parameter) and the presence of annotations, the description covers the basics: what is returned, the parameter choices, and the data source. However, it does not describe the structure of the returned DataFrame (e.g., columns or index), nor any coverage or frequency details. This is a notable gap since there is no output schema to provide that information.

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 input schema has no parameter description and lacks an enum, so the description compensates by listing the allowed values for 'symbol': 月指数, 季度指数, 年度指数. This is essential information for correct invocation. However, it does not elaborate on what each choice means beyond the labels themselves (monthly, quarterly, annual), which are fairly self-explanatory.

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 China highway logistics volume index, with a source URL and return type. The name 'index_volume_cflp' and the content distinguish it from the sibling 'index_price_cflp', but the description itself does not explicitly contrast it with that tool. The verb is implied ('return') rather than explicit, but the purpose is still evident.

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 given on when to use this tool versus alternatives. The description simply lists parameter choices and return type, with no mention of use cases, prerequisites, or exclusions. Sibling tools like index_price_cflp are not referenced, and no context about selecting monthly vs quarterly vs annual is provided beyond the literal labels.

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