Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| web_search | Search the web using DuckDuckGo. Returns a list of search results with titles, URLs, descriptions, and domains. |
| get_page_content | Fetch and extract content from a web page. Returns the page title, description, and main content. |
| suggest_related_searches | Get search suggestions from DuckDuckGo autocomplete API. Returns suggestions based on what people actually search for. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |