Skip to main content
Glama
zhouweico

mcp-kubevela

by zhouweico

vela_list_triggers

Read-onlyIdempotent

List all webhook triggers for a KubeVela application, including tokens to construct trigger URLs for triggering deployments.

Instructions

列出应用的 webhook 触发器(含 token,可拼接触发地址)。

对应 API:GET /api/v1/applications/{app}/triggers

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
paramsYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

Annotations already indicate read-only, idempotent, and non-destructive behavior. The description adds that the tool returns tokens that can be used to construct trigger URLs, providing extra context beyond annotations. No contradictions are present.

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?

The description is extremely concise: two sentences covering the core purpose and API reference. No redundant words, and the most critical information is front-loaded.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the tool's low complexity (1 required param, simple read operation) and the presence of an output schema, the description is adequate. However, it lacks parameter explanations and does not mention pagination or other behavioral details, leaving minor gaps that could be filled.

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

Parameters2/5

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

The input schema has 2 parameters; according to context, schema description coverage is 0%. The description does not explain the parameters at all—it neither describes app_name nor the response_format option. This forces the agent to rely solely on schema field descriptions, which are minimal, leaving the agent underinformed.

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 the tool lists webhook triggers for an application, including tokens for constructing trigger URLs. It specifies the corresponding API endpoint, making the purpose unambiguous. Among sibling list tools, it uniquely targets triggers, avoiding confusion.

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 usage for listing triggers but provides no explicit guidance on when to use this tool over alternatives (e.g., when to create vs list). No exclusions or context for not using it are given, which is acceptable for a simple read-only list but could be improved.

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/zhouweico/mcp-kubevela'

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