fetch_account_summary
Fetch live account balance, type, and linked instruments from a connected bank account. Requires user UUID and bank identifier.
Instructions
Fetches live balance, account type, and linked instruments for a user's connected bank account. Read-only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| bank_id | Yes | Registered bank identifier, e.g. 'SBI', 'HDFC' | |
| user_id | Yes | Internal user UUID | |
| account_id | No | Optional. If omitted, returns all accounts under this bank. |