Skip to main content
Glama

kubernetes.searchTools

Search and discover Kubernetes tools to create reusable scripts for cluster management. Generate portable TypeScript scripts that parse CLI arguments for flexible Kubernetes operations.

Instructions

Search and discover Kubernetes tools, then create reusable scripts under scripts/cache/ (e.g., scripts/cache/list-pods.ts). Each script should parse CLI args (add as many flags as needed) or env vars for every input instead of hardcoding cluster names/namespaces; fail fast with a usage message when a required flag is missing. Run scripts with npx tsx scripts/cache/<script>.ts --flag=value --another=value2 so they stay portable between prompts.

Input Schema

NameRequiredDescriptionDefault
queryNoSearch query to filter tools by name or description. If omitted, returns all tools.
detailLevelNoLevel of detail: "name" (just tool names), "summary" (name + description), "full" (complete definition with schemas)summary
limitNoMaximum number of results to return

Input Schema (JSON Schema)

{ "properties": { "detailLevel": { "default": "summary", "description": "Level of detail: \"name\" (just tool names), \"summary\" (name + description), \"full\" (complete definition with schemas)", "enum": [ "name", "summary", "full" ], "type": "string" }, "limit": { "default": 20, "description": "Maximum number of results to return", "exclusiveMinimum": 0, "maximum": 50, "type": "integer" }, "query": { "description": "Search query to filter tools by name or description. If omitted, returns all tools.", "type": "string" } }, "type": "object" }

Other Tools from ProDisco

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/harche/ProDisco'

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