validate_query
Validate monday.com GraphQL queries for syntax errors, complexity, and common pitfalls. Provide an API key to also check against the live schema.
Instructions
Validates a monday.com GraphQL query: checks syntax, estimates complexity, and flags common pitfalls. Optionally validates against the live schema when an API key is provided.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | The GraphQL query or mutation to validate | |
| api_key | No | monday.com API key for live schema validation (optional — syntax + complexity check work without it) |