basecamp_list_card_ids
List compact card IDs from a Basecamp column to iterate cards efficiently. Get minimal fields needed to feed card-detail requests in loops, with auto-pagination.
Instructions
Compact card listing for iteration — returns only id, title, status, app_url, timestamps, comment count, assignee names, and completed flag for every card in a column. Payload is ~5% of list_cards so this is the right tool when you just need to walk IDs (e.g. to feed basecamp_get_card in a loop over the Done column). Always auto-paginates.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| column_id | Yes | ||
| project_id | Yes |