timeline_volume
ActiveTool of Gdelt
Day-by-day SHARE OF GLOBAL NEWS attention for a query — what % of all worldwide articles mentioned this topic each day. Returns datapoints with timestamp and intensity (% of total news volume). Use to detect news-cycle spikes around events ("when did attention to X peak?"), benchmark attention against history, or pair with timeline_tone to chart sentiment vs interest together. Cheaper than search_articles when you only need the volume curve, not the source articles themselves.
Parameters schema
{
"type": "object",
"examples": [
{
"query": "climate change"
},
{
"query": "Ukraine conflict",
"timespan": "1m"
}
],
"required": [
"query"
],
"properties": {
"query": {
"type": "string",
"description": "GDELT query string"
},
"timespan": {
"type": "string",
"description": "Lookback window (default \"1m\")"
},
"enddatetime": {
"type": "string",
"description": "YYYYMMDDHHMMSS — only with timespan=custom"
},
"startdatetime": {
"type": "string",
"description": "YYYYMMDDHHMMSS — only with timespan=custom"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Gdelt
https://github.com/pipeworx-io/mcp-gdelt
1/7 registries