Skip to main content
Glama
RareCloudio

@rarecloudio/mcp-server

Official
by RareCloudio

list_cluster_kubeconfigs

Retrieve metadata for long-lived kubeconfig credentials (ServiceAccounts) of a managed Kubernetes cluster, including status and expiration. Use to list active credentials and obtain credential IDs for download.

Instructions

List the LONG-LIVED kubeconfig credentials issued for a managed Kubernetes cluster — metadata only (id, name, role admin|view, createdAt, expiresAt, revokedAt, lastDownloadedAt, status active|expired|revoking|revoked). Each is a revocable, per-credential ServiceAccount meant for standing automation (CI, GitOps). The token itself is NEVER returned here — re-download an active one with download_cluster_kubeconfig. Use to see which credentials exist, which are still active, and to find a credential_id. The service_id comes from list_services (a cloud-k8s service).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
service_idYesManaged-Kubernetes service ID from list_services (a cloud-k8s service).
Behavior5/5

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

No annotations exist, so description carries full burden. Discloses that only metadata is returned, token is never included, credentials are revocable ServiceAccounts for standing automation, and lists all metadata fields.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Three sentences packed with information, no filler. Could be slightly more streamlined but content is efficient and front-loaded.

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?

No output schema, but description enumerates all return fields and explains credential lifespan and purpose. Completely covers what the agent needs to understand usage and output.

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

Parameters3/5

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

Schema coverage is 100%, so baseline is 3. Description adds that service_id comes from list_services and is for a managed Kubernetes service, but schema already provides similar context. Marginal added value.

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?

Clearly states 'list the long-lived kubeconfig credentials' with specific metadata fields. Distinguishes from sibling tools like download_cluster_kubeconfig by noting the token is never returned here.

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?

Provides context on when to use (see which credentials exist, find credential_id) and directs to download_cluster_kubeconfig for actual token retrieval. Lacks explicit 'when not to use' but effectively guides selection among siblings.

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/RareCloudio/rarecloud-mcp-server'

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