get_schema
Fetch the live monday.com GraphQL schema to get current type definitions, available queries, and mutations. Filter by a string to locate relevant types and fields, making API exploration and validation easier.
Instructions
Fetches the live monday.com GraphQL schema and returns type definitions, available queries, and mutations. Requires a monday.com API key.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filter | No | Filter schema output to types/fields containing this string (e.g., 'item', 'board', 'column') | |
| api_key | No | monday.com API key (or set MONDAY_API_KEY env var) |