You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The **Search** tool lets you search the web from within your Sim workflows using state-of-the-art search engines. Use it to pull in the latest information, news, facts, and web content directly into your agents, automations, or conversations.
15
+
16
+
-**General web search**: Find up-to-date information from the internet to supplement your workflows.
17
+
-**Automated queries**: Let agents or program logic submit search queries and handle the results automatically.
18
+
-**Structured results**: Returns the most relevant web results, including title, link, snippet, and date for each result.
19
+
20
+
> **Note:** Each search costs **$0.01** per query.
21
+
22
+
This tool is ideal for any workflow where your agents need access to live web data or must reference current events, perform research, or fetch supplemental content.
23
+
{/* MANUAL-CONTENT-END */}
24
+
25
+
26
+
## Usage Instructions
27
+
28
+
Search the web using the Search tool. Each search costs $0.01 per query.
29
+
30
+
31
+
32
+
## Tools
33
+
34
+
### `search_tool`
35
+
36
+
Search the web. Returns the most relevant web results, including title, link, snippet, and date for each result.
37
+
38
+
#### Input
39
+
40
+
| Parameter | Type | Required | Description |
41
+
| --------- | ---- | -------- | ----------- |
42
+
|`query`| string | Yes | The search query |
43
+
44
+
#### Output
45
+
46
+
| Parameter | Type | Description |
47
+
| --------- | ---- | ----------- |
48
+
|`results`| json | Search results |
49
+
|`query`| string | The search query |
50
+
|`totalResults`| number | Total number of results |
0 commit comments