Skip to content
MCP tools
Updates dataPartners (vendor pipeline)MCP tool

partners_update

Update an existing vendor partner's information or status.

Update an existing vendor partner's information or status. Only provided fields are updated - omitted fields remain unchanged. Common uses: status change (onboarding->active->preferred), tier upgrade, update notes. Returns the updated partner record.

Parameters#

ParameterTypeRequiredDescription
partner_idstringYesUUID of the partner to update (required). Use partners_list to find. · Format: UUID
contact_idstringNoUpdated contact ID. Use contacts_list to find. · Format: UUID
vendor_typestringNoUpdated vendor type
titlestringNoUpdated title
statusenumNoUpdated status · One of: onboarding, active, preferred, paused, churned
tierenumNoUpdated partner tier · One of: standard, preferred, vip
partner_sincestringNoUpdated partnership start date (Format: YYYY-MM-DD) · Format: Date (YYYY-MM-DD)
notesstringNoUpdated notes
tagsarray of stringsNoUpdated tags array (replaces existing tags)
care_statusenumNoCare status for tracking. Setting this also updates the audit columns. · One of: no_status, cared, needs_care, didnt_care
care_status_notestringNoNote explaining the care status change.
record_dataobject (free-form)NoPipeline-specific vertical data as a JSON object. Replaces (does not merge with) the existing record_data.

Example prompts#

  • "Bump Dana Whitfield to VIP tier, she closed three escrows with us this quarter."
  • "Mark Marcus Webb as needs care and note we haven't touched base since April."

Safety#

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