mcp-graphql

by blurrah
Verified
MIT License
279
97
  • Apple

introspect-schema

Retrieve GraphQL schema details by introspecting the endpoint, enabling users to access schema information before executing queries. Supports custom headers and endpoint overrides.

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
endpointNoOptional: Override the default endpoint, the already used endpoint is: http://localhost:3000/graphql
headersNoOptional: Add additional headers, the already used headers are: {}

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "endpoint": { "description": "Optional: Override the default endpoint, the already used endpoint is: http://localhost:3000/graphql", "format": "uri", "type": "string" }, "headers": { "anyOf": [ { "additionalProperties": { "type": "string" }, "type": "object" }, { "type": "string" } ], "description": "Optional: Add additional headers, the already used headers are: {}" } }, "type": "object" }

You must be authenticated.

Other Tools from mcp-graphql

Related Tools

ID: 4zwa4l8utf