qbo_list_accounts
Retrieve and filter QuickBooks Online chart of accounts with balance details in JSON or markdown format.
Instructions
List chart of accounts from QuickBooks Online.
Args:
account_type: Filter by type ('all', 'Bank', 'Accounts Receivable', etc.)
response_format: 'markdown' or 'json'
Returns: Account list with: Id, Name, AccountType, CurrentBalance
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| account_type | No | Filter by account type | all |
| response_format | No | Output format: 'markdown' for human-readable or 'json' for structured data | markdown |