iiRecord
Agentic AI Atlas · kubectl: exec
tool-descriptor:kubectl.execa5c.ai
II.
ToolDescriptor JSON

tool-descriptor:kubectl.exec

Structured · live

kubectl: exec json

Inspect the normalized record payload exactly as the atlas UI reads it.

File · extensions/tool-descriptors/kubernetes-mcp-tools.yamlCluster · extensions
Record JSON
{
  "id": "tool-descriptor:kubectl.exec",
  "_kind": "ToolDescriptor",
  "_file": "extensions/tool-descriptors/kubernetes-mcp-tools.yaml",
  "_cluster": "extensions",
  "attributes": {
    "schema": "{}",
    "displayName": "kubectl: exec",
    "description": "Execute a command inside a running container.",
    "inputSchema": {
      "type": "object",
      "required": [
        "pod",
        "command"
      ],
      "properties": {
        "pod": {
          "type": "string"
        },
        "namespace": {
          "type": "string"
        },
        "container": {
          "type": "string"
        },
        "command": {
          "type": "array",
          "items": {
            "type": "string"
          }
        }
      }
    },
    "outputSchema": {
      "type": "object",
      "properties": {
        "stdout": {
          "type": "string"
        },
        "stderr": {
          "type": "string"
        }
      }
    },
    "mode": "normal",
    "streamable": false,
    "timeoutMs": 30000
  },
  "outgoingEdges": [
    {
      "from": "tool-descriptor:kubectl.exec",
      "to": "tool-server:mcp-kubernetes",
      "kind": "contained_in_plugin",
      "attributes": {}
    }
  ],
  "incomingEdges": [
    {
      "from": "tool-server:mcp-kubernetes",
      "to": "tool-descriptor:kubectl.exec",
      "kind": "contains_tool_descriptor",
      "attributes": {}
    }
  ]
}