Skip to content
MCP tools
View as Markdown
Updates dataPipelinesMCP tool

pipeline_records_update

Update a pipeline record's fields — title, source, estimated_ltv, priority, notes, tags, record_data, and more.

Update a pipeline record's fields — title, source, estimated_ltv, priority, notes, tags, record_data, and more. Only provided fields are updated. To change stage, use pipeline_records_move_stage instead. Returns the updated record.

Parameters#

ParameterTypeRequiredDescription
idstringYesPipeline record UUID · Format: UUID
titlestringNoRecord title
sourcestringNoLead/record source
estimated_ltvnumberNoEstimated lifetime value
current_revenuenumberNoCurrent revenue amount
expected_close_datestringNoExpected conversion date (Format: YYYY-MM-DD) · Format: Date (YYYY-MM-DD)
expiration_datestringNoExpiration date (Format: YYYY-MM-DD) · Format: Date (YYYY-MM-DD)
priorityenumNoPriority level · One of: low, medium, high, urgent
notesstringNoFree-text notes
tagsarray of stringsNoTags for categorization (replaces existing tags)
record_dataobjectNoStage-specific fields (merged with existing)
probabilityintegerNoClose probability percentage (0-100) · Max: 100 · Min: 0
care_statusenumNoCare status · One of: no_status, cared, needs_care, didnt_care
care_status_notestringNoNote for care status change

Example prompts#

  • "Bump the Smith Brokerage record to urgent priority and set close probability to 80."
  • "Update the Keystone Realty record with a 24000 dollar estimated LTV and add my call notes."

Safety#

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