Skip to main content
Glama
zhouweico

mcp-kubevela

by zhouweico

vela_list_triggers

Read-onlyIdempotent

List webhook triggers for a KubeVela application, returning trigger tokens and URLs to construct webhook endpoints. Use this to retrieve trigger configuration for application delivery automation.

Instructions

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

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

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
app_nameYes应用名称
response_formatNomarkdown

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

Annotations already declare readOnlyHint, openWorldHint, idempotentHint, and destructiveHint=false, so the safety profile is covered. The description adds useful context beyond annotations: it discloses that the response includes tokens and that the tool can be used to construct trigger addresses, plus the corresponding API endpoint.

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, consisting of two short sentences. It is front-loaded with the primary purpose and includes the API endpoint as a secondary note. Every word earns its place with no fluff or 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 simple list tool with rich annotations and an output schema, the description is mostly complete. It covers the core function and a key output detail. However, it leaves the response_format parameter unexplained, which is a minor gap given the schema also lacks a description for it.

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?

Schema description coverage is 50%: only app_name is described, while response_format is not. The description does not compensate for the undocumented response_format parameter, nor does it add any parameter-level meaning beyond what the schema provides. It does not explain how the parameters affect the call or output.

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 an application's webhook triggers and even mentions that the response includes tokens for constructing trigger URLs. This specific verb+resource clearly distinguishes it from sibling list tools like vela_list_components or vela_list_revisions.

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?

The description provides no guidance on when to use this tool versus alternatives, nor does it mention exclusions or prerequisites. It only states what it does and the API endpoint, leaving the agent to infer usage context from the tool name.

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