get-mutation-field
Gets detailed definition for a specific mutation field in SDL format
How to use it
get-mutation-field is exposed by the MCP Graphql Schema MCP server. Add the server to your MCP client (Claude Desktop, Cursor, Windsurf and others), and the get-mutation-field tool becomes available to the model automatically. See the full listing for setup details and every tool this server provides.
Install MCP Graphql Schema
npx -y mcp-graphql-schemaOther tools in MCP Graphql Schema (9)
Gets detailed definition for a specific query field in SDL format
Gets detailed definition for a specific subscription field (if present in schema)
Gets detailed definition for a specific GraphQL type in SDL format
Gets a simplified list of fields with their types for a specific GraphQL object type
Lists all available root-level fields for GraphQL mutations
Lists all available root-level fields for GraphQL queries
Lists all available root-level fields for GraphQL subscriptions (if present in schema)
Lists all types defined in the GraphQL schema (excluding internal types)
Searches for types or fields in the schema by name pattern (case-insensitive regex)