validate_gam_command
Validate the structure of any GAM command to catch syntax errors and bulk command rule violations before execution, returning clear valid or error status.
Instructions
Validates the structure of a proposed GAM command before execution. Checks executable availability, known top-level verbs, and bulk command structural rules. Does NOT execute the command. Returns 'VALID' or a descriptive error/warning message.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| args | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |