remind_graphql
Run read-only GraphQL queries against Remind's API to inspect schema fields the built-in tools don't expose; mutations are rejected.
Instructions
Run an arbitrary READ-ONLY GraphQL query against Remind's API. Introspection is enabled, so { __schema { ... } } and { __type(name:"Class") { fields { name } } } work for discovering fields the typed tools do not expose. Mutations are rejected — use the write tools, which preview the change and ask you to confirm first. Note: Remind reports an unknown field as a 500-backed GRAPHQL_VALIDATION_FAILED, not a field error.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | A GraphQL query document. | |
| variables | No | Variables for the document. |