We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e31abc0 commit e927b15Copy full SHA for e927b15
examples/salesforce/tools/list_sobjects.yml
@@ -22,14 +22,17 @@ tool:
22
annotations:
23
readOnlyHint: true
24
tests:
25
- - name: "Returns array of object names"
26
- description: "Verify the tool returns an array of Salesforce object names"
27
- arguments: []
28
- result_contains_item: "Account"
29
- name: "Contains standard objects"
30
description: "Verify standard Salesforce objects are present"
31
arguments: []
32
result_contains_all:
33
- "Account"
34
- "Contact"
35
- - "Opportunity"
+ - "Opportunity"
+ - name: "filter"
+ description: "Verify the filter is applied"
+ arguments:
+ - key: filter
36
+ value: "count"
37
+ result_contains_all:
38
+ - "Account"
0 commit comments