validate_wcps_query
Validate a WCPS query syntactically before execution. Returns 'VALID' or an error message to fix syntax errors.
Instructions
Use this to check if your WCPS query is syntactically correct before execution. Returns "VALID" if the query syntax is correct, or "INVALID SYNTAX: " otherwise.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| wcps_query | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |