list_objects
List Salesforce objects with API names and labels, while excluding system noise like Share, History, and Feed tables by default for a cleaner inventory.
Instructions
List the org's Salesforce objects (API name and label). System noise (Share/History/Feed/ChangeEvent tables, non-queryable objects) is excluded by default.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filter | No | Case-insensitive substring match on API name or label. | |
| include_system | No | Include non-queryable and system objects (default false). |