Skip to main content
Glama
Tatsuya50

Google News MCP Agent

by Tatsuya50

ingest_news

Fetches news articles on a topic from Google News, converts them to vector embeddings, and stores them in ChromaDB for semantic search.

Instructions

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

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
topicYes
max_resultsNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations, the description must disclose behavior. It explains the three main steps (fetch, embed, store) but lacks detail on side effects (e.g., data persistence, network requirements) or potential issues (rate limits, error handling).

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Single succinct sentence covering the core functionality with no unnecessary words. Efficiently communicates the pipeline.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the tool has 2 parameters and an output schema, the description covers the overall workflow. It mentions local storage, which is important. Minor gaps remain (e.g., return value, but output schema exists).

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The description only implicitly explains 'topic' by mentioning 'given topic'. The 'max_results' parameter is not described at all, despite 0% schema coverage. The description adds minimal value beyond the schema.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool fetches news articles, generates embeddings, and stores them in ChromaDB. It distinguishes from the sibling 'search_news' by implying a storage capability.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

No explicit guidance on when to use this tool vs. the alternative 'search_news'. The description does not mention prerequisites, limitations, or scenarios where one is preferred over the other.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Tatsuya50/google-news-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server