iiRecord
Agentic AI Atlas · TeamCreate
tool-descriptor:team-createa5c.ai
II.
ToolDescriptor JSON

tool-descriptor:team-create

Structured · live

TeamCreate json

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

File · extensions/tool-descriptors/claude-code-extended-tools.yamlCluster · extensions
Record JSON
{
  "id": "tool-descriptor:team-create",
  "_kind": "ToolDescriptor",
  "_file": "extensions/tool-descriptors/claude-code-extended-tools.yaml",
  "_cluster": "extensions",
  "attributes": {
    "schema": "{}",
    "displayName": "TeamCreate",
    "description": "Create an agent team with multiple teammates. Available only when\nCLAUDE_CODE_EXPERIMENTAL_AGENT_TEAMS=1 is set.\n",
    "inputSchema": {
      "type": "object",
      "required": [
        "team_name",
        "teammates"
      ],
      "properties": {
        "team_name": {
          "type": "string"
        },
        "teammates": {
          "type": "array",
          "items": {
            "type": "object"
          }
        }
      }
    },
    "mode": "normal",
    "streamable": false
  },
  "outgoingEdges": [],
  "incomingEdges": [
    {
      "from": "agent-runtime-impl:claude-code.runtime@1.x",
      "to": "tool-descriptor:team-create",
      "kind": "bundles",
      "attributes": {}
    }
  ]
}