get_board_cards
Retrieve cards from a specific board by providing its ID. Optionally set a limit to control the number of cards returned.
Instructions
Get cards from a specific board
Args: board_id: The ID of the board limit: Maximum number of cards to return (default: 50)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| board_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |