II.
ToolDescriptor JSON
Structured · livetool-descriptor:docker.run
Docker: run json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "tool-descriptor:docker.run",
"_kind": "ToolDescriptor",
"_file": "extensions/tool-descriptors/docker-mcp-tools.yaml",
"_cluster": "extensions",
"attributes": {
"schema": "{}",
"displayName": "Docker: run",
"description": "Run a container from an image.",
"inputSchema": {
"type": "object",
"required": [
"image"
],
"properties": {
"image": {
"type": "string"
},
"name": {
"type": "string"
},
"command": {
"type": "array",
"items": {
"type": "string"
}
},
"env": {
"type": "object"
},
"ports": {
"type": "array"
},
"detach": {
"type": "boolean"
}
}
},
"outputSchema": {
"type": "object",
"properties": {
"container_id": {
"type": "string"
}
}
},
"mode": "normal",
"streamable": false,
"timeoutMs": 30000
},
"outgoingEdges": [
{
"from": "tool-descriptor:docker.run",
"to": "tool-server:mcp-docker",
"kind": "contained_in_plugin",
"attributes": {}
}
],
"incomingEdges": [
{
"from": "tool-server:mcp-docker",
"to": "tool-descriptor:docker.run",
"kind": "contains_tool_descriptor",
"attributes": {}
}
]
}