Skip to main content
Glama
Tatsuya50

Google News MCP Agent

by Tatsuya50

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
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{
  "tasks": {
    "list": {},
    "cancel": {},
    "requests": {
      "tools": {
        "call": {}
      },
      "prompts": {
        "get": {}
      },
      "resources": {
        "read": {}
      }
    }
  }
}

Tools

Functions exposed to the LLM to take actions

NameDescription
ingest_newsA

Fetches news articles from Google News for a given topic, generates vector embeddings, and stores them in a local ChromaDB database.

search_newsC

Searches the stored news articles using semantic search.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

B3.4/5.0

Scored across 2 tools

Disambiguation5/5

The two tools have clearly distinct purposes: one fetches and stores news, the other searches stored articles. No overlap exists.

Naming Consistency5/5

Both tools follow the verb_noun pattern consistently: ingest_news and search_news.

Tool Count4/5

Two tools is minimal but appropriate for the narrow scope of fetching and searching news. It's slightly thin but not excessive.

Completeness3/5

The tools cover the basic workflow of ingesting and searching, but lack operations like deleting stored articles or listing topics, which are minor gaps.

Maintenance

ActivityInactive
ResponsivenessNo issues