Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| GOOGLE_CX | Yes | Your Programmable Search Engine ID (CX) | |
| GOOGLE_API_KEY | Yes | Your Google Cloud API key |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| google_search | Simple Google search for quick lookups. Returns snippets only without fetching full page content. For deep research with full page content, use deep_search instead. |
| deep_search | Performs a comprehensive web search using Google Custom Search API, fetching the FULL content from top results using advanced content extraction (Readability algorithm), and returning consolidated content. Supports web, news, and image search types. Includes retry logic for reliability. |
| deep_search_news | Searches for recent news articles on a topic using Google Custom Search API, fetches full article content, and returns consolidated results. Optimized for news and current events. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |