Run read-only Query on the monday.com API
all_api_readExecute read-only GraphQL queries on monday.com to retrieve data without risk of accidental mutations.
Instructions
Execute read-only GraphQL queries against the monday.com API. Only queries are accepted — mutations are rejected with an error before the request is sent. Use get_graphql_schema and get_type_details tools first to understand the schema before crafting your query.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Custom GraphQL query/mutation. you need to provide the full query / mutation | |
| variables | Yes | JSON string containing the variables for the GraphQL operation |