{
"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": {}
}
]
}