Skip to main content
Glama
kevynf

AKBridge MCP Server

by kevynf

car_market_segment_cpca

Read-onlyIdempotent

Fetch car market segment data from CPCA by vehicle type (sedan, MPV, SUV). Access statistics on segment-level market performance to support automotive analysis.

Instructions

乘联会-统计数据-级别细分市场 http://data.cpcadata.com/SegmentMarket :param symbol: choice of {"轿车", "MPV", "SUV"} :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=true, openWorldHint=true, idempotentHint=true, and destructiveHint=false, which covers the safety profile. The description adds a source URL and return type but does not disclose any additional behavioral traits such as pagination, rate limits, or response format specifics. No contradiction with annotations is present.

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 follows a clear docstring-like structure with title, URL, parameter, and return sections. Each line serves a purpose and there is no redundant text. It is appropriately sized for a simple one-parameter tool, though the use of Chinese may limit accessibility for some agents.

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?

The tool is simple with one parameter and read-only annotations, but there is no output schema. The description only vaguely states the return as '统计数据-车型大类' (statistical data - vehicle category) without detailing columns or data structure. It also does not mention any date range or other nuances. Given the lack of an output schema, the description could be more informative about the returned DataFrame's contents.

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 provides only a 'symbol' parameter with a default value and no description or enum. The description compensates by explicitly listing the valid choices ({"轿车", "MPV", "SUV"}) and the type as str, which is essential for the agent to invoke the tool correctly. However, it does not explain the meaning of these choices beyond their obvious Chinese labels, leaving some ambiguity for non-Chinese speakers.

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 title and description clearly indicate this tool provides CPCA (乘联会) statistical data for car market segments (级别细分市场), with a URL to the data source. The parameter choices (轿车, MPV, SUV) and return type (pandas.DataFrame) clarify its function. It is distinguishable from sibling tools like car_market_total_cpca (total market) and car_market_fuel_cpca (fuel-based) by focusing on vehicle segment/level.

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 this tool is for fetching car market segment data, but it does not explicitly state when to use this tool versus its many siblings (e.g., car_market_cate_cpca, car_market_country_cpca). No exclusions or alternative tool references are provided. The parameter choices give some context, but the usage context is mainly inferred from the tool name and 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