Skip to main content
Glama

GraphQL MCP Server

by FabrWill

introspect

Retrieve GraphQL schema details before querying using this tool. Ideal for accessing schema information when not pre-available, ensuring accurate API interactions with the GraphQL MCP Server.

Instructions

Introspect the GraphQL schema, use this tool before doing a query to get the schema information if you do not have it available as a resource already.

Input Schema

NameRequiredDescriptionDefault
__ignore__NoThis does not do anything

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "__ignore__": { "default": false, "description": "This does not do anything", "type": "boolean" } }, "type": "object" }
Install Server

Other Tools from GraphQL MCP Server

Related Tools

    MCP directory API

    We provide all the information about MCP servers via our MCP API.

    curl -X GET 'https://glama.ai/api/mcp/v1/servers/FabrWill/gql-mcp'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server