vela_list_addons
List KubeVela addons from the marketplace or enabled set, filter by name or registry, and view individual addon details and enablement status.
Instructions
查看插件(addon)市场列表 / 已启用插件 / 单个插件详情与状态。
对应 API:GET /api/v1/addons[...]、GET /api/v1/enabled_addon
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | No | 按名称模糊过滤 | |
| registry | No | 按插件仓库过滤 | |
| addon_name | No | 插件名。填写后返回该插件详情与启用状态 | |
| enabled_only | No | 仅列出已启用的插件 | |
| response_format | No | markdown |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |