Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
GNEWS_API_KEY | No | API key for GNews service | |
NEWSAPI_ORG_KEY | No | API key for NewsAPI.org service | |
NEWSDATA_IO_KEY | No | API key for NewsData.io service | |
TWINGLY_API_KEY | No | API key for Twingly service | |
THE_NEWS_API_KEY | No | API key for TheNewsAPI service |
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 |
---|---|
search_news | Search for news articles using multiple news APIs with automatic failover. The system intelligently switches between different news APIs when one reaches its limit or fails. |