describe_object
Retrieve all field definitions for a Salesforce object by providing its API name.
Instructions
Get all fields for a specific Salesforce object.
Args: object_name: The API name of the Salesforce object (e.g., 'Account', 'Contact')
Returns: Dictionary containing object name and list of field definitions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| object_name | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||