explore_schema
ChatGPTReturn SDL snippets for named GraphQL types from the bundled MCP endpoint schema (graphql-core print_type). Call before run_query whenever you add or change nested fields: same field names can have different arguments on different parent types (verify per type). Do not infer structure from similar type names— only SDL for each exact type counts (include wrapper types you traverse). Prefer one call with every type you will select under (e.g. ["McpQuery", "Condition", "DecodedConditionDrugs", "DrugConnection"]). After a GraphQL error, load the parent object type of the failing field and fix arguments/subfields from SDL—do not guess. Args: types: Type names to include, e.g. ["Drug", "Condition"]. Omit or pass an empty list to get only the root query type `
McpQuery`. Unknown names are called out in comments; output order matches the request order.





