setup_status
Call at the start of each conversation to check API key state, data availability, capabilities, and get onboarding steps. Prevents fabricating answers when data is missing.
Instructions
One-shot setup diagnostic. Call this at the start of every conversation, and any time the user asks for analysis but you're unsure what data is available. Returns: API key state, data counts (transactions / balance / flow / prices / snapshots / FX), profile, next_steps for onboarding, capabilities (which kinds of analysis are currently possible), and analyst_context (the persona, principles, data_gating rules, and reasoning frameworks). Treat capabilities as a hard gate — if a required capability is false, follow the matching data_gating rule instead of fabricating an answer.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||