get_boards_invited
Retrieve boards with pending invitations for a specified Trello member. Use to view board invites and manage access.
Instructions
Get boards that a member has been invited to. Use this to see pending board invitations.
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') | |
| 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 |