assign_card
Assign or remove a user from a Favro card to manage task responsibilities and team workload distribution.
Instructions
Assign or unassign a user from a card.
Args: card: Card ID, sequential ID (#123), or name user: User ID, name, or email board: Board ID or name (needed for name lookups) remove: If True, remove the assignment instead of adding
Returns: The updated card details
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| card | Yes | ||
| user | Yes | ||
| board | No | ||
| remove | No |