Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| CX_GOOGLE_SEARCH | No | Your Custom Search Engine ID | |
| APIKEY_GOOGLE_SEARCH | No | Your Google API key for Custom Search API |
Schema
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| fetch_webpage | Retrieve text content from a web page |
| fetch_api | Make a REST API request with various methods, headers, and body. |
| google_search | Search the web using Google Custom Search API. Requires google_search_config resource. |
| smart_command | Perintah bebas: otomatis fetch jika ada link, otomatis search jika ada kata "cari di internet". |