salesforce_create_record
Creates a new Salesforce record by providing the object API name and field-value pairs.
Instructions
Create a new record on the given object.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | Field API name → value map for the new record | |
| _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. | |
| object_name | Yes | API name of the object, e.g. Contact |