Validate Team Config
validate_team_configValidate a custom team config before creation by catching illegal role codes, reserved names, and duplicates in a dry run that writes nothing to disk.
Instructions
Dry-run validation for a custom team config.
Use before create_custom_team to catch illegal role codes
(Chinese characters, dashes, reserved names, duplicates) without
writing anything to disk.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| roles | Yes | Comma-separated role codes. | |
| leader | Yes | Leader role code; must be one of ``roles``. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |