clusters
Retrieve and manage a list of Kubernetes clusters using the OCM MCP Server, enabling centralized interaction and observability of multiple clusters.
Instructions
Retrieves a list of Kubernetes clusters (also known as managed clusters or spoke clusters).
Input Schema
Name | Required | Description | Default |
---|---|---|---|
No arguments |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {},
"type": "object"
}