Skip to main content
Glama

List PingCode Requirements

pingcode_list_requirements

Retrieve a filtered list of requirements from PingCode projects, supporting search by keywords, state, assignee, and 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,用于富文本图片下载。
Behavior2/5

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

No annotations are provided, so the description carries full burden. It only states the basic action and default project, but does not disclose whether the operation is read-only, pagination behavior, or any side effects. The agent cannot infer safety or limitations.

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 extremely concise with one sentence. Every word adds value by specifying the action and default project. However, it could be slightly expanded without becoming verbose.

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 tool has 9 parameters, no output schema, and no annotations, the description is insufficient. It does not explain returned data format, filter usage, or pagination. An AI agent would lack critical context for correct invocation.

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 coverage is high (78%), and the schema already explains most parameters. The description adds no additional meaning beyond the default project context. It neither contradicts nor enriches the schema, earning a baseline score of 3.

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 the tool fetches a list of PingCode requirements with a default project. It distinguishes from siblings like pingcode_list_bugs by specifying 'requirements' and from pingcode_list_my_requirements by implying a project-wide scope. However, it does not elaborate on the exact resource scope (e.g., all projects or just PROJ).

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?

The description provides no guidance on when to use this tool over alternatives like pingcode_list_my_requirements or pingcode_search_work_items. It does not mention exclusions or prerequisites. Usage context is implied but not explicit.

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