salesforce_search_objects
Find Salesforce standard and custom objects using a specific search pattern to locate relevant data structures. Ideal for quickly identifying objects like 'Account' or 'Order' across Salesforce metadata.
Instructions
Search for Salesforce standard and custom objects by name pattern. Examples: 'Account' will find Account, AccountHistory; 'Order' will find WorkOrder, ServiceOrder__c etc.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
searchPattern | Yes | Search pattern to find objects (e.g., 'Account Coverage' will find objects like 'AccountCoverage__c') |