Wave: List Businesses
wave_list_businessesList the Wave businesses your access token can reach, providing the business ID needed by every other tool. Filter active or archived and paginate results.
Instructions
List the Wave businesses this access token can reach. Start here: every other tool needs a business ID. Pass one to wave_set_default_business so later calls can omit it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | 1-based page number for offset pagination. | |
| fetch_all | No | Walk every page instead of returning just one. Slower, but complete. | |
| page_size | No | Records per page (1-200). | |
| is_archived | No | Filter to archived (true) or active (false) businesses. | |
| response_format | No | Output format: "markdown" for a compact human-readable summary, "json" for the complete record. | markdown |