Skip to main content
Glama

google-news-trends-mcp

by jmanek

get_news_by_keyword

Search Google News for articles by keyword, customize results by date range and quantity, and generate concise summaries for quick insights.

Instructions

Find articles by keyword using Google News.

Input Schema

NameRequiredDescriptionDefault
full_dataNoReturn full data for each article. If False a summary should be created by setting the summarize flag
keywordYesSearch term to find articles.
max_resultsNoMaximum number of results to return.
periodNoNumber of days to look back for articles.
summarizeNoGenerate a summary of the article, will first try LLM Sampling but if unavailable will use nlp

Input Schema (JSON Schema)

{ "properties": { "full_data": { "default": false, "description": "Return full data for each article. If False a summary should be created by setting the summarize flag", "title": "Full Data", "type": "boolean" }, "keyword": { "description": "Search term to find articles.", "title": "Keyword", "type": "string" }, "max_results": { "default": 10, "description": "Maximum number of results to return.", "minimum": 1, "title": "Max Results", "type": "integer" }, "period": { "default": 7, "description": "Number of days to look back for articles.", "minimum": 1, "title": "Period", "type": "integer" }, "summarize": { "default": true, "description": "Generate a summary of the article, will first try LLM Sampling but if unavailable will use nlp", "title": "Summarize", "type": "boolean" } }, "required": [ "keyword" ], "type": "object" }
Install Server

Other Tools from google-news-trends-mcp

Related Tools

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/jmanek/google-news-trends-mcp'

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