Skip to main content
Glama
pcnuoyan
by pcnuoyan

pingcode_check_connection

Read-onlyIdempotent

Verify PingCode API accessibility and token validity, then return a non-sensitive identity summary to confirm the connection is ready.

Instructions

验证 PingCode API 地址是否可访问、Token 是否有效,并返回当前身份的非敏感摘要。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Install Server

TDQS

A4.2/5.0
Behavior4/5

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

With readOnlyHint=true, idempotentHint=true, and destructiveHint=false, annotations already cover the safety profile. The description adds beyond that: it specifies what is verified (API address and token) and clarifies the return value is a 'non-sensitive summary,' which is useful behavioral context. Consistent with annotations, no contradiction.

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, tightly written sentence that front-loads the core purpose (verification) and closes with the return value. Every clause earns its place with zero redundancy.

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 zero-parameter, fully annotated read-only check tool, the description is thorough: it states what is verified, the safety traits are in annotations, and it hints at the response content. The only minor gap is that without an output schema, the exact success/failure return format is not specified, but this is marginal for a connection check.

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

Parameters4/5

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

With 0 parameters and 100% schema coverage (an empty object), the base rate is 4 per the rubric. The description needs to explain no parameter behavior because there are none, and it does not mislead on this front.

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 uses a specific verb (验证/verify) with a clear scope: checks API address accessibility, token validity, and returns a non-sensitive identity summary. This unambiguously distinguishes it from the sibling tool get_work_item_detail, which retrieves work items rather than verifying connectivity.

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 purpose is self-evident from the name and description, and the sibling is different enough that confusion is unlikely. However, there is no explicit when-to-use guidance, no alternate tool mention, and no statement of when this check should be run (e.g., before other operations). Usage 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