salesforce_query
Run a SOQL query on Salesforce to retrieve matching records, enabling data extraction and analysis.
Instructions
Run a SOQL query and return matching records.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| soql | Yes | A SOQL query, e.g. SELECT Id, Name FROM Account LIMIT 10 | |
| _sfAuth | No | Internal: per-request Salesforce credentials injected by an MCP gateway. Leave unset in direct use — the server falls back to env/token-file creds. |