Skip to main content
Glama
CainDez
by CainDez

gitee_list_webhooks

List webhooks for a Gitee repository by specifying owner and repo. Pagination support allows browsing multiple webhooks.

Instructions

List webhooks for a repository

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
ownerYesRepository owner
repoYesRepository path name
pageNoPage number
per_pageNoItems per page (max 100)
Behavior2/5

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

No annotations are present, so the description must carry the full burden. It merely restates the name without disclosing traits like pagination behavior (page/per_page parameters), permission requirements, or response structure. The description adds minimal value beyond the tool name.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness3/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is concise at 5 words, but it is too short to be effective. It front-loads the core purpose but omits necessary context. While there is no wasted text, the conciseness comes at the cost of completeness, resulting in a borderline acceptable score.

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's complexity (4 parameters, no output schema) and the presence of related siblings, the description is insufficient. It fails to mention pagination support or how to iterate through pages, which is critical for correct invocation. The description is incomplete for an agent relying solely on it.

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 100%, so the parameters are already well-documented in the schema. The description adds no extra meaning beyond the schema, such as clarifying that 'page' and 'per_page' control pagination or that 'owner' and 'repo' are required. Baseline score of 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?

The description clearly states 'List webhooks for a repository', with a specific verb, resource, and scope. It distinguishes from sibling tools like gitee_get_webhook (single) and gitee_create_webhook (create), making its purpose unambiguous.

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?

No guidance is provided on when to use this tool versus alternatives. For example, it does not explain that this lists all webhooks (supporting pagination) while gitee_get_webhook retrieves a single one. The description lacks any contextual direction.

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/CainDez/mcp-gitee'

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