inspect
Utilize this tool to analyze and introspect the GraphQL MCP Server, enabling detailed examination of its schema and capabilities for effective query execution.
Instructions
Inspect this server
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| __ignore__ | No | This 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"
}