get_record
Retrieve Salesforce records by ID with pagination control for CRM data access. Specify object type and record ID to fetch specific entries from Salesforce.
Instructions
Retrieve a specific Salesforce record by ID with limit and pagination
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| object_type | Yes | The Salesforce object type (e.g., 'Account', 'Contact') | |
| record_id | Yes | The record ID to retrieve | |
| limit | No | Maximum number of records to return |