Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
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 |
|---|---|
| web_search | Perform web or news search using Bing search engine. Supports both general web search and news search modes. |
| get_webpage_content | Fetch webpage content and convert to specified format. Supports Markdown, HTML, and plain text. |
| get_webpage_source | Fetch the raw HTML source code and page information of a webpage. |
| batch_webpage_scrape | Batch scrape multiple webpages with concurrent processing support. |