get_member_boards
Retrieve all boards accessible to a member using their ID or username. Filter by status, fields, or detail level to tailor the response.
Instructions
Get boards that a member belongs to. Use this to see what boards a member has access to.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fields | No | Specific fields to include in the response. Overrides detailLevel. Use dot notation for nested fields (e.g., 'prefs.permissionLevel') | |
| filter | No | Filter boards by status or membership (default: all) | |
| maxItems | No | Maximum number of items to return for list operations. Helps reduce response size for large datasets | |
| summarize | No | Return summary information instead of full data for list operations (e.g., '50 cards' instead of full card array) | |
| detailLevel | No | Response detail level. 'minimal' returns only essential fields, 'standard' returns commonly used fields, 'detailed' returns most fields, 'full' returns all fields (default varies by operation type) | |
| memberIdOrUsername | Yes | ID or username of the member |