Wave: Get Account
wave_get_accountRetrieve a specific account and its current balance by providing the account ID. Optionally specify the business and choose between markdown or JSON output.
Instructions
Get one account by ID, including its current balance.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| account_id | Yes | The Wave account ID. | |
| business_id | No | Business to operate on. Defaults to the session business set by wave_set_default_business. | |
| response_format | No | Output format: "markdown" for a compact human-readable summary, "json" for the complete record. | markdown |