salesforce_get_record
Retrieve a single Salesforce record by its ID, optionally specifying which fields to return.
Instructions
Retrieve a single record by Id, optionally limited to specific fields.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| object_name | Yes | API name of the object, e.g. Account | |
| record_id | Yes | The 15- or 18-char record Id | |
| fields | No | Optional list of field API names; omit for all fields | |
| _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. |