iiRecord
Agentic AI Atlas · Docker: run
tool-descriptor:docker.runa5c.ai
II.
ToolDescriptor JSON

tool-descriptor:docker.run

Structured · live

Docker: run json

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

File · extensions/tool-descriptors/docker-mcp-tools.yamlCluster · extensions
Record JSON
{
  "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": {}
    }
  ]
}