Skip to main content
Glama

List PingCode Bugs

pingcode_list_bugs

Retrieve a list of defects from PingCode projects. Filter by keywords, status, assignee, or priority.

Instructions

拉取 PingCode 缺陷列表,默认项目为 PROJ。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
keywordsNo按编号或标题搜索。
pageSizeNo
pageIndexNo
projectIdNoPingCode 项目 ID,提供后跳过项目标识查询。
stateNamesNo状态名称列表,如 打开、进行中、已完成。
assigneeNamesNo负责人姓名列表。
priorityNamesNo优先级名称列表,如 普通、较高、最高。
projectIdentifierNoPingCode 项目标识,默认读取 PINGCODE_PROJECT_IDENTIFIER。
includePublicImageTokenNo是否请求 PingCode 返回 public_image_token,用于富文本图片下载。
Behavior3/5

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

No annotations, so description carries full burden. It adds the default project context but does not disclose pagination behavior, return format, or that filtering parameters (like stateNames, assigneeNames) are available. Behavior is partially transparent.

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?

Single concise sentence front-loaded with the action. No wasted words, but could include a bit more detail (e.g., pagination) without losing conciseness.

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?

Despite high schema coverage, the description lacks essential behavioral context for a list tool with 9 parameters and no output schema. It does not explain return format, pagination (pageSize/pageIndex), or how filters interact. Incomplete for an agent to use effectively.

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 description coverage is high (78%), so baseline is 3. The description adds no extra meaning to any parameter beyond what the schema already provides (e.g., default project mention is not a parameter). No added value.

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 states the tool fetches a list of bugs with a default project 'PROJ', distinguishing it from sibling tools like pingcode_list_my_bugs (my bugs) and pingcode_list_requirements (requirements). The verb '拉取' and resource '缺陷列表' are specific.

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?

Only mentions default project 'PROJ', implying usage for that project but no explicit guidance on when to use vs siblings like pingcode_list_my_bugs or pingcode_search_work_items. No when-not-to-use or alternatives provided.

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/frontendRicky/pingcode-mcp'

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