Skip to main content
Glama
box3lab

神岛数据统计 MCP 服务器

by box3lab

getMapCommentListByUserId

Fetch a paginated list of comments for a specific map or model on the Shendao platform by supplying its content ID, with options for limit, offset, and sorting by creation time or popularity.

Instructions

使用地图ID获取神岛平台地图评论列表

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitYes查询数量,最多100条
offsetYes偏移量
orderByYes排序方式,1创建时间倒序;4热度(默认)
contentIdYes地图ID
contentTypeYes评论分类,1地图,2模型
Behavior2/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It only says 'get list' without mentioning authentication, pagination behavior, rate limits, or return format. The read-only nature is implied by the name but not elaborated, offering minimal additional context.

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?

A single concise sentence that clearly states the primary function without redundancy. The structure is efficient and front-loaded, with no unnecessary words.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the 5 required parameters and no output schema, the one-sentence description is insufficient. It fails to explain the relationship between contentId and contentType, note that all parameters are required, or provide any context about the response format or usage conditions. The name/description ambiguity further reduces completeness.

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

Parameters3/5

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

Schema descriptions cover all 5 parameters with useful details like max limit and orderBy codes, meeting the baseline. The description adds little beyond restating the use of map ID, so it provides marginal value over the schema.

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 states it retrieves a list of map comments using the map ID, which is a specific verb and resource. It distinguishes from generic comment tools like getCommentList, but the tool name mentions 'ByUserId' while the description focuses on map ID, creating slight ambiguity about the intended scoping.

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 provided on when to use this tool versus alternatives such as getCommentList or getMapListByUserId. The description only states what the tool does without explaining the appropriate use case, prerequisites, or exclusions.

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/box3lab/statistics-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server