Skip to main content
Glama
samuelsan95

resume-news-mcp

by samuelsan95

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

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

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
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

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A4.1/5.0

Scored across 4 tools

Disambiguation5/5

Each tool has a clearly distinct purpose: add, remove, list news sources, and fetch daily news. No overlap between any of the operations.

Naming Consistency5/5

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.

Tool Count5/5

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.

Completeness5/5

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.

Maintenance

ActivityInactive
ResponsivenessNo issues