resume-news-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| add_news_sourceA | Añade un diario o fuente de noticias usando su URL de RSS. Permite personalizar de qué medios se quieren obtener noticias. |
| remove_news_sourceA | Elimina un diario o fuente de noticias de la lista por su nombre. |
| list_news_sourcesA | Muestra todos los diarios y fuentes de noticias configurados actualmente. |
| get_daily_newsA | Obtiene el resumen de noticias del día de todas las fuentes configuradas o de las indicadas. Devuelve los titulares y un breve resumen de cada artículo. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 4 tools
Each tool has a clearly distinct purpose: add, remove, list news sources, and fetch daily news. No overlap between any of the operations.
All tool names follow a consistent verb_noun pattern: add_news_source, remove_news_source, list_news_sources, get_daily_news. The pattern is uniform and predictable.
With only 4 tools, the set is well-scoped for managing RSS news sources and retrieving summaries. Each tool serves a necessary function without redundancy.
The domain of configuring and consuming news sources is fully covered: sources can be added, listed, removed, and news can be fetched. No obvious gaps or dead ends.