salesforce_query
Execute SOQL queries to retrieve and analyze Salesforce data in JSON format, enabling direct access to organization records and information.
Instructions
Run a SOQL query and return JSON rows
Input Schema
Name | Required | Description | Default |
---|---|---|---|
args | Yes |
Input Schema (JSON Schema)
{
"properties": {
"args": {
"$ref": "#/$defs/QueryArgs"
}
},
"required": [
"args"
],
"type": "object"
}