List Boards
fizzy_get_boardsRetrieve all boards in a Fizzy account to discover available board IDs, names, descriptions, and URLs before managing cards. Returns the complete list in one request with no pagination.
Instructions
Get all boards in a Fizzy account. Returns board details including IDs, names, descriptions, and URLs. Use this to discover available boards before working with cards. The result is the complete list: every upstream page is fetched server-side, so there is no page parameter and nothing further to request.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| account_slug | Yes | The account slug identifier (e.g., '123456' or '/123456'). This identifies which Fizzy account to operate on. Get available account slugs from fizzy_get_identity or fizzy_get_accounts. |