Skip to main content
Glama

helm_uninstall

Uninstall a Helm release from a Kubernetes cluster, removing all associated resources. Specify cluster name, release name, and optional namespace.

Instructions

Uninstall a Helm release from a cluster.

Removes all Kubernetes resources created by the release.

Write operation — recorded in the audit log.

Args: cluster_name: Target cluster. release_name: Name of the Helm release to remove. namespace: Kubernetes namespace (default: 'default'). gateway_id: Gateway UUID from list_clusters. Omit for single-gateway deployments; provide to disambiguate when multiple gateways share a cluster name.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
namespaceNodefault
gateway_idNo
cluster_nameYes
release_nameYes
Behavior4/5

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

The description discloses that the tool is a write operation recorded in the audit log and that it removes all Kubernetes resources created by the release. With no annotations provided, this adds valuable behavioral context, though it does not cover error cases or partial failures.

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 concise with two introductory sentences, a note on audit logging, and a bulleted list of arguments. Every sentence adds value with no redundancy.

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

Completeness5/5

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

For a destructive Helm operation with four parameters and no output schema, the description adequately covers purpose, behavioral impact, audit logging, and parameter semantics. No critical gaps remain.

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

Parameters5/5

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

Schema description coverage is 0%, but the description fully explains each parameter in the Args section, including the optional gateway_id and its disambiguation rule. This adds significant meaning beyond the schema's property names and defaults.

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 'Uninstall a Helm release from a cluster.' It uses a specific verb (uninstall) and resource (Helm release), and distinguishes from sibling tools like helm_upgrade which performs upgrades.

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 does not provide explicit guidance on when to use this tool versus alternatives (e.g., helm_upgrade). Usage is implied through the description of the operation, but no direct comparisons or exclusions are given.

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/VibOpsai/vibops-mcp'

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