get_record
Fetch a Salesforce record by its unique ID. Returns all fields for the specified object.
Instructions
Retrieves a specific record by ID. Returns all fields - prefer SOQL with specific fields for token efficiency.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| object_name | Yes | The Salesforce object API name (e.g., 'Account', 'Contact') | |
| record_id | Yes | The 15 or 18 character Salesforce record ID | |
| format | No | Output format: 'compact' (default), 'json' | compact |