MCP Salesforce Connector

create_record

Create a new record in Salesforce by specifying the object name and required data fields. Simplifies record management through the MCP Salesforce Connector.

Instructions

Creates a new record

Input Schema

NameRequiredDescriptionDefault
dataYesThe data for the new record
object_nameYesThe name of the Salesforce object (e.g., 'Account', 'Contact')

Input Schema (JSON Schema)

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

You must be authenticated.

Other Tools from MCP Salesforce Connector

Related Tools

ID: a6lwlnjayf