check_auth
Verify authentication, OAuth scope, tier capabilities, and wallet balance. Use this before other tools to determine available access and costs.
Instructions
Preflight check before invoking other tools. Returns the authenticated user, OAuth scope on the current token (mcp:read / mcp:paper / mcp:live), tier capabilities (allowLiveTrading, allowAIBuilder, allowNewsTrading, allowMcpServer), Strategy Lab wallet balance (for cost-charging tools like generate_strategy), and the OAuth client name/expiry. Agents should call this at the start of a workflow to pick the narrowest scope needed and to surface cost/balance to the user before committing to a charge. Response is cached server-side for 30s per token.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||