describe_object_definition
Retrieve metadata and field information for Salesforce objects with pagination support to understand data structure and relationships.
Instructions
Get metadata and field information for a Salesforce object with pagination
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| object_type | Yes | The Salesforce object type to describe | |
| limit | No | Maximum number of fields to return | |
| offset | No | Number of fields to skip for pagination |