get_record
Retrieve a single Salesforce record by its 15- or 18-character Id. Specify the object type and optionally select fields to return.
Instructions
Fetch a single Salesforce record by Id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fields | No | Field API names to return (relationship paths like Account.Name allowed). Omit for all accessible fields. | |
| record_id | Yes | 15- or 18-character Salesforce record Id. | |
| object_type | Yes | Object API name, e.g. Account, Contact, or My_Object__c. |