list_objects
Explore Salesforce objects in your org by listing all available objects, including custom ones ending in __c, with search filtering capabilities.
Instructions
List all Salesforce objects in this org. Use this as the first step when exploring an unfamiliar org or when you need to find a custom object.
Returns: name (API name), label (display name), queryable, createable, custom.
Use the optional search parameter to filter by name/label substring.
Standard objects: Account, Contact, Lead, Opportunity, Case, Task, Event, User.
Custom objects end in __c (e.g., Invoice__c).
Follow up with describe_object to see fields for any object.Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| search | No |