set_due_date
Set a card's due date in ISO-8601 format to add or update a deadline. Pass null to remove an existing due date.
Instructions
Set the due date for a card. Use this tool to add or update a deadline for a card.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| due | Yes | Due date (ISO-8601 format, e.g., 2023-12-31T12:00:00Z), or null to remove | |
| cardId | Yes | ID of the card | |
| fields | No | Specific fields to include in the response. Overrides detailLevel. Use dot notation for nested fields (e.g., 'prefs.permissionLevel') | |
| 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) |