Skip to main content
Glama

ArtifactHub MCP Server

by AlexW00

helm-chart-info

Retrieve detailed information about a Helm chart from Artifact Hub, including its ID, latest version, and description, by specifying the chart repository and name.

Instructions

Get information about a Helm chart from Artifact Hub, including ID, latest version, and description

Input Schema

NameRequiredDescriptionDefault
chartNameYesThe Helm chart name
chartRepoYesThe Helm chart repository name

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" } }, "required": [ "chartRepo", "chartName" ], "type": "object" }

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