Client Custom Field Write Tool
client-custom-field-writeSet or clear a client custom-field value. Requires client_id, field_id and value; null clears the value. Discover definitions with client-custom-field-read. File-type fields cannot be set through MCP.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| value | No | Value to set. For checkboxes use "1" for checked or "0" to uncheck. For dropdowns use one of the field's items. Pass null or omit to clear any field. | |
| action | Yes | Action to perform. | |
| field_id | No | Custom field ID. Required for "set" action. Use "list" to discover available field IDs. | |
| client_id | No | Client ID. Required for "set" action. |