Skip to main content
Glama

mcp-graphql-enhanced

introspect-schema

Analyze GraphQL schema structure to understand available queries, types, and directives. Filter by specific types to focus on relevant schema components for development and debugging.

Instructions

Introspect the GraphQL schema. Optionally filter to specific types.

Input Schema

NameRequiredDescriptionDefault
descriptionsNo
directivesNo
typeNamesNoe.g., ["Query", "User"]

Input Schema (JSON Schema)

{ "properties": { "descriptions": { "default": true, "type": "boolean" }, "directives": { "default": true, "type": "boolean" }, "typeNames": { "description": "e.g., [\"Query\", \"User\"]", "items": { "type": "string" }, "type": "array" } }, "type": "object" }

Other Tools

Latest Blog Posts

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/letoribo/mcp-graphql-enhanced'

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