set_custom_field
Update a Trello card's custom field value. Set a field by name, clear it by omitting value, or add new options to list fields.
Instructions
Set (or clear) a custom field on a card — e.g. mark a task done by setting AI Ready to 'Done'. For list-type fields the value is matched to an existing option; pass createOption:true to add a new option. Leave value empty to clear the field.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| card | Yes | Card id, shortLink, or URL. | |
| field | Yes | Custom field name, e.g. 'AI Ready'. | |
| value | No | Value to set. Empty/omitted clears the field. | |
| createOption | No | For list fields: create the option if it doesn't exist yet (default false). |