list_cards
Retrieve cards from a Favro board with pagination and optional column filtering to manage project tasks efficiently.
Instructions
List cards on a specific board with pagination.
Args: board: The board's widget_common_id, name, or ID column: Optional column ID or name to filter by page: Page number (0-indexed, default 0). Each page contains up to 100 cards.
Returns: A list of cards with pagination metadata.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| board | Yes | ||
| column | No | ||
| page | No |