Get recent board activity
get_board_activityGet board activity: card creations, moves, archives, comments with readable summaries and raw types. Defaults to 7 days for quick weekly overviews.
Instructions
Recent activity on a board — cards created, moved, archived, commented on — newest first, as one readable line per action plus the raw action type. days defaults to 7. Good for "what changed this week" without diffing card state. board_id comes from list_boards.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| days | No | How many days back to look. Defaults to 7. | |
| board_id | Yes | Board id, as returned by list_boards. |