sf_search
Run SOSL keyword searches across multiple Salesforce objects and text fields at once, returning matches grouped by object type. Complements SOQL when exact object/field is unknown.
Instructions
Run a raw SOSL search and return matching records grouped by object type.
Example: FIND {Acme} IN ALL FIELDS RETURNING Account(Name), Contact(Name, Email)
Complements sf_query: SOSL matches keywords across multiple object types and text fields at once, where SOQL needs an exact object and field match.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sosl | Yes |