II.
ToolDescriptor JSON
Structured · livetool-descriptor:kubectl.get
kubectl: get json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "tool-descriptor:kubectl.get",
"_kind": "ToolDescriptor",
"_file": "extensions/tool-descriptors/kubernetes-mcp-tools.yaml",
"_cluster": "extensions",
"attributes": {
"schema": "{}",
"displayName": "kubectl: get",
"description": "List or fetch Kubernetes resources of a given kind in a namespace.",
"inputSchema": {
"type": "object",
"required": [
"resource"
],
"properties": {
"resource": {
"type": "string"
},
"namespace": {
"type": "string"
},
"name": {
"type": "string"
},
"label_selector": {
"type": "string"
}
}
},
"outputSchema": {
"type": "object",
"properties": {
"items": {
"type": "array"
}
}
},
"mode": "normal",
"streamable": false,
"timeoutMs": 30000
},
"outgoingEdges": [
{
"from": "tool-descriptor:kubectl.get",
"to": "tool-server:mcp-kubernetes",
"kind": "contained_in_plugin",
"attributes": {}
}
],
"incomingEdges": [
{
"from": "claim:source-provenance-extensions-tool-descriptors-kubernetes-mcp-tools-yaml",
"to": "tool-descriptor:kubectl.get",
"kind": "about_subject"
},
{
"from": "tool-server:mcp-kubernetes",
"to": "tool-descriptor:kubectl.get",
"kind": "contains_tool_descriptor",
"attributes": {}
}
]
}