get_graphql_schema
Retrieve full GraphQL schema by specifying endpoint and optional authentication. Use this to inspect available types, queries, mutations, and fields for API exploration.
Instructions
Get complete GraphQL schema introspection
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| endpoint | No | GraphQL endpoint URL (default: http://localhost:5555/graphql) | |
| password | No | Password for basic authentication (optional) | |
| username | No | Username for basic authentication (optional) | |
| bearer_token | No | Bearer token for authentication (optional) |