Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| NEWS_API_KEY | Yes | News API Key from https://newsapi.org/ | |
| OPENAI_API_KEY | Yes | OpenAI API Key from https://platform.openai.com/ used for summarization and translation |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_top_headlines | Fetch the top 10 US news headlines from today. Returns headline, source, and publication time. |
| get_news_details | Get detailed information about a specific news article including full description and URL. |
| summarize_news | Summarize a news article using AI. Provides a concise summary of the content. |
| translate_to_korean | Translate English news text to Korean with high quality translation. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |