Skip to main content
Glama
mintmcp

Salesforce MCP Server

by mintmcp

update_record

Modify existing Salesforce records by specifying the object type, record ID, and fields to update. Change only the data you need while maintaining record integrity.

Instructions

Update fields on an existing Salesforce record. Only include fields you want to change.

    Example: update_record("Opportunity", "006...", {"StageName": "Closed Won", "CloseDate": "2026-03-15"})
    Returns HTTP 204 on success.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
object_nameYes
record_idYes
dataYes

Latest Blog Posts

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/mintmcp/salesforce-mcp'

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