Financial DataRead-only
Get Loan Details
get_loanGet loan details (outstanding balance, interest rate, next payment) for a loan or liability account.
Try asking
“What's the balance and rate on my mortgage?”
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
workspaceId | string | required | Workspace ID — get from list_workspaces. Portal workspaces are valid here when you manage them (look for `isInherited: true` in list_workspaces). |
bankId | string | required | Bank connection ID — get from list_banks |
accountId | string | required | Account ID — get from list_accounts or get_bank |
Example call
The tool call an MCP client sends (required arguments shown with placeholder values).
{"tool": "get_loan","arguments": {"workspaceId": "workspaceId_123","bankId": "bankId_123","accountId": "accountId_123"}}
Use this tool in
Claude CodeClaude DesktopClaude CoworkChatGPTCursorWindsurfVS Code CopilotOpenClawGeminiHermes Agent