Get Member Activity
get_member_activityGet a chronological activity feed for a board member, covering card moves, list changes, creation, and archival. Resolve by memberId or memberName, rejecting ambiguous or unmatched names.
Instructions
Normalized chronological activity feed for one board member: card movements, list structural changes, card creation, and card archival. Resolve by memberId when known; memberName is looked up against board members and rejected with a clear error if it's ambiguous or matches no one.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| days | No | Convenience alternative to since/before: look back this many days from now. Cannot be combined with since/before. | |
| board | Yes | Trello board ID, shortLink, or full board URL (e.g. https://trello.com/b/abc123/my-board) | |
| since | No | ISO 8601 timestamp — only include actions at or after this time (e.g. 2026-01-01T00:00:00.000Z) | |
| before | No | ISO 8601 timestamp — only include actions strictly before this time | |
| memberId | No | Restrict results to this Trello member ID | |
| maxActions | No | Cap on the total number of actions scanned across pagination (default: 1000) | |
| memberName | No | Full name or username of a board member, used to resolve memberId when it isn't known. Rejected with a clear error if it matches zero or more than one board member. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| events | Yes | ||
| memberId | Yes | ||
| truncated | Yes | ||
| matchedEvents | Yes | ||
| actionsScanned | Yes | ||
| requestedRange | Yes |