get_related_records
Retrieve related records (e.g., Contacts, Opportunities) for a given Salesforce record by specifying the record ID and relationship name.
Instructions
Get records related to a specific record
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of records to return | |
| recordId | Yes | Parent record ID | |
| objectType | Yes | Parent object type | |
| relationship | Yes | Relationship name (e.g., Contacts, Opportunities) |