sf_list_objects
List all queryable Salesforce objects with optional name filter. Filter by substring or restrict to custom objects to discover available data sources for reporting and automation.
Instructions
List all queryable Salesforce SObjects with optional name filter
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filter | No | Case-insensitive substring filter on object name | |
| customOnly | No | Return only custom objects (__c suffix) |