Skip to main content
Glama
nano-step

graphql-introspection-mcp

by nano-step

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
ALLOW_MUTATIONSNoEnable mutation execution (set to 'true' to enable)false
CACHE_DURATION_MSNoCache duration in milliseconds (default: 300000)300000
GRAPHQL_DEFAULT_ENDPOINTNoDefault GraphQL endpoint URLhttp://localhost:5555/graphql

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
get_graphql_schemaB

Get complete GraphQL schema introspection

filter_queriesA

Filter and list available GraphQL queries

filter_mutationsB

Filter and list available GraphQL mutations

filter_typesB

Filter and list available GraphQL types

get_type_detailsB

Get detailed information about a specific GraphQL type

get_field_detailsB

Get detailed information about a specific query or mutation field

execute_queryA

Execute a read-only GraphQL query against the endpoint. Only query operations are allowed.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.7/5.0

Scored across 7 tools

Disambiguation5/5

Each tool has a clearly distinct purpose: schema retrieval, filtering queries, mutations, types, and fetching details for types and fields, plus query execution. No overlap or ambiguity exists.

Naming Consistency5/5

Tool names consistently follow a verb_noun pattern with snake_case: get_graphql_schema, filter_queries, filter_mutations, filter_types, get_type_details, get_field_details, execute_query. Naming is predictable and unified.

Tool Count5/5

With 7 tools, the set is well-scoped for a GraphQL introspection server. Each tool covers a necessary aspect without redundancy, making the count appropriate.

Completeness4/5

The surface covers schema introspection, listing queries/mutations/types, and detailed field/type info, plus query execution. The only notable gap is the absence of a filter for subscriptions, but core workflows are fully covered.

Maintenance

ActivityInactive
ResponsivenessNo issues