Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| BING_API_KEY | Yes | Your Microsoft Bing Search API key | |
| BING_API_URL | No | URL endpoint for the Bing API (optional) | https://api.bing.microsoft.com/ |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| bing_web_search | Performs a web search using the Bing Search API for general information and websites. |
| bing_news_search | Searches for news articles using Bing News Search API for current events and timely information. |
| bing_image_search | Searches for images using Bing Image Search API for visual content. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |