cldkctl_kube_dashboard
Access and manage Kubernetes dashboards for specific projects by providing the Project ID via the MCP cldkctl Server.
Instructions
Call the cldkctl_kube_dashboard endpoint
Input Schema
Name | Required | Description | Default |
---|---|---|---|
project_id | Yes | Project ID |
Input Schema (JSON Schema)
{
"properties": {
"project_id": {
"description": "Project ID",
"type": "string"
}
},
"required": [
"project_id"
],
"type": "object"
}