list_avail_objects
Retrieve Salesforce object metadata with pagination controls to explore available standard and custom objects for data operations.
Instructions
List available Salesforce objects with limit and pagination (10-20 objects max)
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of objects to return (max: 20) | |
| offset | No | Number of objects to skip for pagination | |
| custom_only | No | If true, return only custom objects |