trello_add_member_to_card
Add a member to a Trello card by specifying the card ID and member ID.
Instructions
Add a member to a Trello card.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| apiKey | No | Trello API key (optional if TRELLO_API_KEY env var is set) | |
| token | No | Trello API token (optional if TRELLO_TOKEN env var is set) | |
| cardId | Yes | ID or URL of the card | |
| memberId | Yes | ID of the member to add to the card |