novada_account_summary
Get a one-shot account status snapshot including wallet balance, plan balances, and recent capture logs. Returns a unified headline and per-section detail for quick health check.
Instructions
Single-call account dashboard. Calls wallet_balance + plan_balance_all + capture_logs (last 5 rows) in PARALLEL and returns a unified headline + per-section detail.
Best for: "What's my Novada account status?" / "How much do I have left?" / one-shot health snapshot.
Returns: headline (one-line human summary), sections.{wallet,plans,capture_recent} (raw per-tool output), agent_instruction (next-step hint — e.g. "all plans expired, buy at dashboard").
Why not 3 calls: Halves round-trip cost for the most common account-status query. Plans section already includes derived expired/expires_at_human and unavailable_products so agents don't compute timestamps.
Auth: NOVADA_DEVELOPER_API_KEY (falls back to NOVADA_API_KEY).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||