get_record
Retrieve a specific Salesforce record by providing the object name and record ID. Use this tool to access detailed data from Salesforce objects like 'Account' or 'Contact'.
Instructions
Retrieves a specific record by ID
Input Schema
Name | Required | Description | Default |
---|---|---|---|
object_name | Yes | The name of the Salesforce object (e.g., 'Account', 'Contact') | |
record_id | Yes | The ID of the record to retrieve |