soql_query
Run SOQL queries to retrieve Salesforce data for reporting and analysis. Use SELECT statements to access CRM records safely without modifying data.
Instructions
Execute a SOQL query against Salesforce (read-only)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | SOQL query string (SELECT statements only) |