salesforce_update_record
Update fields on an existing Salesforce record by providing the object API name, record ID, and a field-value map.
Instructions
Update fields on an existing record.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | Field API name → new value map | |
| _sfAuth | No | Internal: per-request Salesforce credentials injected by an MCP gateway. Leave unset in direct use — the server falls back to env/token-file creds. | |
| record_id | Yes | The Id of the record to update | |
| object_name | Yes | API name of the object |