get_connection_status
Check the current GraphQL endpoint configuration and connectivity. Optionally send a test query to verify reachability and measure latency.
Instructions
Show the current endpoint, configured headers (with secrets masked), auth state, and schema cache state. Set ping=true to also send a {__typename} query to verify the endpoint is reachable and measure latency.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ping | No | If true, send a lightweight {__typename} query to verify the endpoint is reachable. Default: false (just show config). |