Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| GOOGLE_CSE_ID | Yes | Your Custom Search Engine ID from Programmable Search Engine | |
| GOOGLE_API_KEY | Yes | Your Google API Key from the Google Cloud Console |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| search | Search the web using Google Custom Search. Args:
query: The search query string.
num_results: Number of results to return (1-10, default 10).
Returns:
Search results as formatted text. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |