Skip to main content
Glama

MCP Salesforce Connector

by ampcome-mcps
MIT License

create_record

Create new Salesforce records by specifying the object type (e.g., Account, Contact) and the data for the record. Part of the MCP Salesforce Connector for streamlined data integration.

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" }

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

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