listBoardLists returns lists in Trello display order. Their IDs feed card creation and movement actions.
automations/list-trello-lists.automation.ts
board accepts an ID, short link, or URL. filter is "open", "closed", or "all" and defaults to "open"; optional account defaults to the project binding.
Returns Signal<TrelloList[]>; each list has id, boardId, name, closed, numeric position, and subscribed.