Skip to main content
Glama

get_helm_release

Read-only

Retrieve detailed information about a specific Helm release, including owned resources, status, and optionally values, revision history, or manifest diffs between specified revisions.

Instructions

Get detailed information about a specific Helm release including owned resources and their status. Optionally include values, revision history, or manifest diff between revisions using the 'include' parameter (comma-separated: values, history, diff). diff_revision_1 and diff_revision_2 are only used when include contains diff.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
namespaceYesrelease namespace
nameYesrelease name
includeNocomma-separated extras to include: values, history, diff. Example: values,history
diff_revision_1Nofirst revision for diff; only used when include contains diff
diff_revision_2Nosecond revision for diff; only used when include contains diff, defaults to current
Behavior4/5

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

Annotations already mark this as read-only. The description adds that the tool returns 'owned resources and their status', which is additional behavioral context beyond the schema.

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, front-loaded with the main purpose, and each sentence adds necessary information without 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?

The description covers the main purpose and parameter semantics adequately. Although there is no output schema, the description could mention the response format, but it is still reasonably complete for a read-only tool with well-documented parameters.

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

Parameters4/5

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

With 100% schema coverage, the description still adds value by explaining the 'include' parameter values and the conditional usage of diff_revision parameters, which goes beyond the schema's property descriptions.

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 retrieves detailed information for a specific Helm release, including owned resources and status. This distinguishes it from the sibling 'list_helm_releases' which lists releases.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description explains that the 'include' parameter and diff revision parameters are optional and conditional, but does not explicitly advise when to use this tool over siblings like 'list_helm_releases'. However, the context is fairly clear for a specific detail retrieval.

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/skyhook-io/radar'

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