Google Search
Arcade OptimizedBYOCPro
Arcade.dev LLM tools for searching via Google
Author:Arcade
Version:
3.2.1Auth:No authentication required
1tools
1require secrets
Arcade.dev provides a toolkit for integrating Google search functionalities using its GoogleSearch tool. This enables developers to seamlessly fetch and utilize organic search results in their applications.
Capabilities
- Perform Google searches and retrieve organic results efficiently.
- Integrate easily with existing applications and workflows.
- Utilize powerful search algorithms to enhance user experiences.
OAuth
- No OAuth required; however, an API key is needed for access.
Secrets
- api_key: Use the
SERP_API_KEYto authenticate and authorize your search requests. Make sure to store it securely.'}
Available tools(1)
1 of 1 tools
Operations
Behavior
| Tool name | Description | Secrets | |
|---|---|---|---|
Search Google using SerpAPI and return organic search results. | 1 |
Selected tools
No tools selected.
Click "Show all tools" to add tools.
Requirements
Select tools to see requirements
#
GoogleSearch.Search
Execution hints
Signals for MCP clients and agents about how this tool behaves.
Operations
Read
MCP behavior
Yes
Reads data without modifying any state in the target system.
No
May permanently delete or overwrite data in the target system.
Yes
Repeated calls with the same inputs produce no additional effect.
Yes
Communicates with external APIs, databases, or other services.
Search Google using SerpAPI and return organic search results.
Parameters
| Parameter | Type | Req. | Description |
|---|---|---|---|
query | string | Required | Search query |
n_results | integer | Optional | Number of results to retrieve |
Requirements
Secrets:SERP_API_KEY
Output
Type:
string— No description provided.Get Building
Last updated on