get_sobject_fields
Retrieve field names, labels, and types for any Salesforce object, including lookup references.
Instructions
Retrieves field Names, labels and types for a specific Salesforce object. if there is a lookup, the type is reference with the lookup table name and the fields name.
Args:
object_name: The name of the Salesforce object (e.g., 'Account', 'Contact')
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| object_name | Yes |