Skip to content
MCP tools
View as Markdown
Updates dataClientsMCP tool

clients_update

Update an existing client's information.

Update an existing client's information. Only provided fields are updated — omitted fields remain unchanged. Common uses: change status or client type, fix contact details, adjust representation dates. Returns the updated client record.

Parameters#

ParameterTypeRequiredDescription
client_idstringYesUUID of the client to update · Format: UUID
first_namestringNoUpdated first name
last_namestringNoUpdated last name
emailstringNoUpdated email
phonestringNoUpdated phone
statusenumNoUpdated status (active = working with, closed = deal completed, expired = agreement expired, cancelled = client cancelled, inactive = paused) · One of: active, closed, expired, cancelled, inactive
notesstringNoNotes to add

Example prompts#

  • "Change Dana Whitfield's phone number to 661-555-0147 on her client record."
  • "Mark the Hendersons client file as closed now that their purchase recorded."

Safety#

Updates data. Changes an existing record. The change is visible immediately in the app and can be edited back.

Previous name#

This tool was previously published as update_client. Call it by its current name — legacy names are kept here for reference and old links redirect, but they are not callable.