run_query
Execute GraphQL queries and mutations against the monday.com API to retrieve or modify data. Pass a valid API key to get results directly.
Instructions
Executes a GraphQL query or mutation against the monday.com API and returns the result. Requires a monday.com API key.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | The GraphQL query or mutation to execute | |
| api_key | No | monday.com API key (or set MONDAY_API_KEY env var) | |
| variables | No | GraphQL variables object (optional) |