You're viewing a demo portfolio

Join the waitlist
PRSM

get_k8s_rollout_status

Active

Tool of com.googleapis.container/mcp

declared in ESF

Checks the current rollout status of a Kubernetes resource. This is similar to running `kubectl rollout status`.

Parameters schema

{
  "type": "object",
  "required": [
    "parent",
    "resourceType",
    "name"
  ],
  "properties": {
    "name": {
      "type": "string",
      "description": "Required. The name of the resource to check."
    },
    "parent": {
      "type": "string",
      "description": "Required. The cluster to check rollout status in. Format: projects/{project}/locations/{location}/clusters/{cluster}"
    },
    "namespace": {
      "type": "string",
      "description": "Optional. The namespace of the resource. If not specified, \"default\" is used for namespace-scoped resources."
    },
    "resourceType": {
      "type": "string",
      "description": "Required. The type of resource to check. e.g. \"deployment\", \"daemonset\", \"statefulset\"."
    }
  },
  "description": "Request for checking rollout status of a Kubernetes resource."
}

What this tool wraps· 1 endpoint

min confidence0.700.50

Parent server

com.googleapis.container/mcp

1/7 registries
View full server →