iiRecord
Agentic AI Atlas · TeamDelete
tool-descriptor:team-deletea5c.ai
II.
ToolDescriptor JSON

tool-descriptor:team-delete

Structured · live

TeamDelete 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-delete",
  "_kind": "ToolDescriptor",
  "_file": "extensions/tool-descriptors/claude-code-extended-tools.yaml",
  "_cluster": "extensions",
  "attributes": {
    "schema": "{}",
    "displayName": "TeamDelete",
    "description": "Disband an agent team and clean up teammate processes. Available only\nwhen CLAUDE_CODE_EXPERIMENTAL_AGENT_TEAMS=1 is set.\n",
    "inputSchema": {
      "type": "object",
      "required": [
        "team_name"
      ],
      "properties": {
        "team_name": {
          "type": "string"
        }
      }
    },
    "mode": "normal",
    "streamable": false
  },
  "outgoingEdges": [],
  "incomingEdges": [
    {
      "from": "agent-runtime-impl:claude-code.runtime@1.x",
      "to": "tool-descriptor:team-delete",
      "kind": "bundles",
      "attributes": {}
    }
  ]
}