Skip to main content
Glama
pcnuoyan
by pcnuoyan

pingcode_get_work_item_detail

Read-onlyIdempotent

Retrieve complete PingCode work item details using link, ID, or number, with optional comments, activities, and attachments.

Instructions

读取 PingCode 工作项完整内容,支持链接、内部 ID 或编号(如 SAAS-12144)作为输入。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
inputYes
include_commentsNo
include_activitiesNo
include_attachmentsNo
Install Server

TDQS

A3.8/5.0
Behavior3/5

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

Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, so the safety profile is covered. The description adds useful context on accepted input formats but does not disclose return behavior, pagination, or error cases. No contradiction exists between description and annotations; the description adds modest value beyond the annotations.

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 sentence with zero filler that front-loads the core purpose ('读取 PingCode 工作项完整内容') before the input-format detail. Every element earns its place; nothing is redundant.

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 read-only tool whose annotations already cover the safety profile and which has no output schema, the description adequately conveys the purpose and input formats. It does leave the include_* flags' effects implicit and lacks explicit sibling differentiation, but these are minor gaps against the simple 4-parameter surface.

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 0%, so the description bears the compensation burden. It documents the required `input` parameter well (accepts links, internal IDs, or numbers such as SAAS-12144). However, it does not address include_comments, include_activities, or include_attachments, though those boolean names are reasonably self-explanatory. Partial compensation for the coverage gap.

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 states a specific verb+resource ('读取 PingCode 工作项完整内容' - read complete PingCode work item content) and explicitly enumerates the accepted input formats (link, internal ID, or number like SAAS-12144). This clearly distinguishes it from the lone sibling pingcode_check_connection, which serves connectivity checking rather than content retrieval.

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 its usage context - retrieving full work item details — but never explicitly contrasts it with pingcode_check_connection or states when not to use it. No alternatives or exclusions are named. The sibling is functionally distinct enough that confusion is unlikely, but the guidance is implied rather than stated.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

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

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