sf_list_objects
List Salesforce objects from global describe, showing name, label, and CRUD flags. Filter by name or custom-only for targeted discovery.
Instructions
List objects available in the org (global describe), for discoverability.
A Developer Edition org alone has 800+ standard objects, so the
result is trimmed to name/label/custom/queryable/createable/
updateable/deletable per object rather than Salesforce's full raw
payload. Narrow further with name_contains (matches name or label,
case-insensitive) or custom_only=True if you don't need the full
list.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| custom_only | No | ||
| name_contains | No |