assign_card
Assign or unassign a user from a card by specifying the card (ID, name, or sequential number) and the user (ID, name, or email). Optionally provide board name for lookups.
Instructions
Assign or unassign a user from a card.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| card | Yes | Card ID, sequential ID (#123), or name | |
| user | Yes | User ID, name, or email | |
| board | No | Board ID or name (needed for name lookups) | |
| remove | No | If True, remove the assignment instead of adding |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||