check_credentials
Verify that your GAM OAuth credentials are valid and have the required scopes before running operations. Call at session start; if invalid, re-authorize via initiate_gam_auth.
Instructions
Verify that the GAM OAuth credentials for a network are still valid and have required scopes.
MODE: read-only AUTH: OAuth 2.0 required CREDITS: 0 (free) OUTPUT: Returns {valid: boolean, scopes: string[], expires_at: datetime, error?: string} WHEN TO USE: Call at the start of a session to verify credentials before running operations. If valid=false, call initiate_gam_auth to re-authorize.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| network_code | Yes | GAM network code to check. |