You're viewing a demo portfolio

Join the waitlist
PRSM

apply_k8s_manifest

Active

Tool of com.googleapis.container/mcp

declared in ESF

Applies a Kubernetes manifest to a cluster using server-side apply. This is similar to running `kubectl apply --server-side`.

Parameters schema

{
  "type": "object",
  "required": [
    "parent",
    "yamlManifest"
  ],
  "properties": {
    "dryRun": {
      "type": "boolean",
      "description": "Optional. If true, run in dry-run mode."
    },
    "parent": {
      "type": "string",
      "description": "Required. The cluster to apply the manifest to. Format: projects/{project}/locations/{location}/clusters/{cluster}"
    },
    "yamlManifest": {
      "type": "string",
      "description": "Required. The YAML manifest to apply."
    },
    "forceConflicts": {
      "type": "boolean",
      "description": "Optional. If true, force conflicts resolution when applying."
    }
  },
  "description": "KubeApplyRequest is the request message for applying Kubernetes manifests."
}

What this tool wraps· 1 endpoint

min confidence0.700.50

Parent server

com.googleapis.container/mcp

1/7 registries
View full server →
apply_k8s_manifest — com.googleapis.container/mcp — PRSM MCP