list_lists
Retrieve all lists on a Trello board by providing the board ID. Returns an array with each list's id and name.
Instructions
List all lists on a Trello board. Returns a JSON array with id and name for each list.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| board_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |