get-record
Retrieve a Salesforce record by its ID, with optional field selection to limit returned data.
Instructions
Retrieve a record by ID with optional field selection
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sobjectType | Yes | SObject API name (e.g., Account, Contact, Custom__c) | |
| recordId | Yes | Salesforce record ID | |
| fields | No | Specific fields to retrieve (optional, retrieves all if not specified) |