A web-based, kanban-style, list-making application.
Creates a new trello board; the 'name' parameter is required for creation, and various preferences can be customized or cloned from a source board.
Creates a new card in a trello list; `idlist` is required, and if `idcardsource` is used, the source card must be accessible.
Creates a new list on a specified trello board, with options to copy an existing list, set its position, initial state (archived/subscribed), and does not modify existing lists or move cards.
Permanently deletes an archived trello card specified by its `idcard`.
Fetches comprehensive details for a specific trello board by its id; this is a read-only action.
Retrieves cards from an existing trello board, allowing filtering and customization of fields for cards, attachments, and members.