salesforce

Return Salesforce records using SOQL agent tool

ai-agent-toolsBeginner

Send this tool a SOQL query, including a record type and where clause with valid API names and value for record fields and it will return a total count of matching records and the first page of matching records matching the query. This tool works well when you need to filter a set of record using a variety of fields required to match a user's query. The SOQL query, can have whatever fields are required in the where clause, the record Type and whatever fields are required for the query in the SELECT statement.