Skip to main content
Glama

ArtifactHub MCP Server

by AlexW00

helm-chart-values-fuzzy-search

Search for specific properties, values, or comments in a Helm chart's values.yaml file using fuzzy matching. Simplify configuration management by quickly locating relevant settings in Helm charts retrieved from ArtifactHub repositories.

Instructions

Fuzzy search through all properties/values/comments in a Helm chart's values.yaml file

Input Schema

NameRequiredDescriptionDefault
chartNameYesThe Helm chart name
chartRepoYesThe Helm chart repository name
searchQueryYesThe search query for fuzzy matching
versionNoThe chart version (optional, defaults to latest)

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "chartName": { "description": "The Helm chart name", "type": "string" }, "chartRepo": { "description": "The Helm chart repository name", "type": "string" }, "searchQuery": { "description": "The search query for fuzzy matching", "type": "string" }, "version": { "description": "The chart version (optional, defaults to latest)", "type": "string" } }, "required": [ "chartRepo", "chartName", "searchQuery" ], "type": "object" }

Other Tools from ArtifactHub MCP Server

Related Tools

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/AlexW00/artifacthub-mcp'

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