Skip to main content
Glama
kevynf

AKBridge MCP Server

by kevynf

game_hot_rank_taptap

Read-onlyIdempotent

Retrieve TapTap game rankings for selected categories like hot play, popular, new, pre-order, and hot sale, returning structured game list data as a DataFrame.

Instructions

TapTap-游戏榜单 https://www.taptap.cn/top/played

:param symbol: 榜单类型; 可选 {"热玩榜", "热门榜", "新品榜", "预约榜", "热卖榜"} :type symbol: str :return: 游戏榜单数据 :rtype: pandas.DataFrame

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
symbolNo热玩榜
Behavior4/5

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

Annotations already declare readOnlyHint, openWorldHint, idempotentHint, and destructiveHint. The description supplements this by specifying the return type (pandas.DataFrame) and the source URL, adding behavioral context beyond the annotations. It does not disclose data freshness or rate limits, but those are minor for a simple read 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, containing a title, URL, parameter documentation, and return type in a compact format. It is efficiently structured and front-loaded with the tool name, though it lacks a brief example or additional formatting that would make it even clearer.

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 (single parameter) and rich annotations, the description covers the essential facts: what the tool does, where data comes from, parameter values, and return type. It could be more complete with an example output or column details, but for a simple list retrieval tool it is largely sufficient.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The input schema provides no description for the 'symbol' parameter (0% coverage), but the description fully compensates by listing all valid enum values ('热玩榜', '热门榜', '新品榜', '预约榜', '热卖榜'). This is essential since the schema lacks an enum list.

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 identifies the tool as fetching TapTap game rankings ('TapTap-游戏榜单') with the URL provided, and specifies the resource type (榜单/rankings). It distinguishes itself from the many financial/macro siblings by being solely about gaming platform rankings.

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 usage for obtaining TapTap game rankings but does not explicitly state when to use it over alternatives or provide any exclusion criteria. The URL and list types give context, but there is no explicit guidance on selecting this tool.

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