Skip to main content
Glama

salesforce-mcp

by leilaabdel

update_record

Modify existing Salesforce records by specifying the object name, record ID, and updated data in the salesforce-mcp server.

Instructions

Updates an existing record

Input Schema

NameRequiredDescriptionDefault
dataYesThe updated data for the record
object_nameYesThe name of the Salesforce object (e.g., 'Account', 'Contact')
record_idYesThe ID of the record to update

Input Schema (JSON Schema)

{ "properties": { "data": { "additionalProperties": true, "description": "The updated data for the record", "properties": {}, "type": "object" }, "object_name": { "description": "The name of the Salesforce object (e.g., 'Account', 'Contact')", "type": "string" }, "record_id": { "description": "The ID of the record to update", "type": "string" } }, "required": [ "object_name", "record_id", "data" ], "type": "object" }
Install Server

Other Tools from salesforce-mcp

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/leilaabdel/MCP-Salesforce'

If you have feedback or need assistance with the MCP directory API, please join our Discord server