You're viewing a demo portfolio

Join the waitlist
PRSM

sf_update_record

Active

Tool of mcp-salesforce

declared in 0.1.0

Update an existing Salesforce record by ID. Specify object type and field values to change. Returns success status.

Parameters schema

{
  "type": "object",
  "examples": [
    {
      "id": "001xx000003DHP",
      "fields": {
        "Industry": "Finance",
        "AnnualRevenue": 5000000
      },
      "object": "Account"
    },
    {
      "id": "003xx000004TM1",
      "fields": {
        "Email": "jane.doe@acme.com",
        "Phone": "415-555-0200"
      },
      "object": "Contact"
    }
  ],
  "required": [
    "object",
    "id",
    "fields"
  ],
  "properties": {
    "id": {
      "type": "string",
      "description": "Salesforce record ID"
    },
    "fields": {
      "type": "object",
      "description": "Field name/value pairs to update"
    },
    "object": {
      "type": "string",
      "description": "SObject type (e.g., \"Account\")"
    }
  }
}

What this tool wraps· 1 endpoint

min confidence0.700.50

Parent server

mcp-salesforce

https://github.com/pipeworx-io/mcp-salesforce

2/7 registries
View full server →