salesforce_get_record
Retrieve a single Salesforce record by ID, specifying object type and optional fields to get exactly the data you need.
Instructions
Get a single Salesforce record by ID.
Args: sobject: SObject type (e.g., 'Account', 'Contact', 'Lead') record_id: Salesforce record ID (18-character ID) fields: Optional list of specific fields to retrieve. If not provided, returns all accessible fields.
Returns: Record data with requested fields
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fields | No | ||
| sobject | Yes | ||
| record_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||