Skip to main content
Glama

mcp-graphql-enhanced

MIT License
395

query-graphql

Execute GraphQL queries with custom variables and headers to interact with GraphQL endpoints and retrieve structured data from APIs.

Instructions

Query a GraphQL endpoint with the given query and variables. Optionally pass headers (e.g., for Authorization).

Input Schema

NameRequiredDescriptionDefault
headersNoOptional JSON string of headers to include, e.g., {"Authorization": "Bearer ..."}
queryYes
variablesNo

Input Schema (JSON Schema)

{ "properties": { "headers": { "description": "Optional JSON string of headers to include, e.g., {\"Authorization\": \"Bearer ...\"}", "type": "string" }, "query": { "type": "string" }, "variables": { "type": "string" } }, "required": [ "query" ], "type": "object" }

Other Tools from mcp-graphql-enhanced

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

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