II.
ToolDescriptor JSON
Structured · livetool-descriptor:kubectl.exec
kubectl: exec json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"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": {}
}
]
}