Skip to main content
Glama

Get My PingCode Work

pingcode_get_my_work

Retrieve work items assigned to you, grouped by status with counts. Filter by type, state, assignee, or update time to focus on bugs and requirements.

Instructions

聚合当前负责人的缺陷与需求并按状态分组(每组带计数、按工作项 ID 去重)。支持 assigneeName 覆盖默认负责人、状态与更新时间过滤。只读。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
kindsNo要聚合的工作项类型,默认同时统计缺陷和需求。
pageSizeNo
projectIdNoPingCode 项目 ID,提供后跳过项目标识查询。
stateNamesNo状态名称列表,按各类型分别解析过滤。
assigneeNameNo覆盖 PINGCODE_DEFAULT_ASSIGNEE_NAME 的负责人姓名(负责人列显示的展示名)。
updatedAfterNo更新时间下界(ISO 或 yyyy-MM-dd),映射为服务端 updated_between 起点。
updatedBeforeNo更新时间上界(ISO 或 yyyy-MM-dd),映射为服务端 updated_between 终点。
projectIdentifierNoPingCode 项目标识,默认读取 PINGCODE_PROJECT_IDENTIFIER。
Behavior4/5

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

With no annotations provided, the description carries full behavioral disclosure burden. It declares read-only ('只读'), aggregation, grouping by status, deduplication, and default assignee override. It does not detail pagination behavior or error conditions, but the key behavioral traits are covered.

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?

Two concise sentences with no filler. Every sentence adds value: main aggregation logic, filtering options, and read-only declaration. Front-loaded with the core purpose.

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?

For a tool with 8 optional parameters and no output schema, the description explains grouping, deduplication, filtering, and read-only nature. It lacks explicit mention of pagination (though pageSize parameter exists) and return format beyond 'groups with counts'. Still fairly complete given schema coverage.

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 88%, so parameters are already well-documented. The description reinforces the role of assigneeName and filter parameters but does not add significant new semantic meaning beyond what the schema provides. Baseline 3 is appropriate.

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?

Description clearly states the tool aggregates bugs and requirements of the current assignee, groups by status with counts, and deduplicates. It specifies verb '聚合' (aggregate), resource '当前负责人的缺陷与需求' (bugs and requirements of current assignee), and filtering options, distinguishing from sibling tools like pingcode_list_my_bugs which likely provide raw listings.

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?

Description mentions filtering by assignee name, status, and update time, and that the tool is read-only. However, it does not explicitly state when to use this tool versus alternatives like pingcode_list_my_bugs or pingcode_search_work_items, nor does it provide when-not-to-use guidance. The use case is implied but not contrasted.

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