Get lists on a board
get_listsRetrieve open lists from a Trello board using its board ID, returning list IDs, names, and positions for card creation and movement.
Instructions
Get the open (non-archived) lists on a Trello board, in board order. board_id comes from list_boards. Returns id, name and position — the list ids are what create_card and move_card need.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| board_id | Yes | Board id, as returned by list_boards. |