Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| NEWS_API_KEY | Yes | Your NewsAPI key for real-time news searching |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_weather_alerts | Fetch active weather alerts for a given US state (e.g., 'CA', 'NY'). |
| search_news | Search for recent news articles on a specific topic. |
| list_directory | List the contents of a local directory. Default is current directory. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| get_notes | A sample resource providing general information about the server. |