timeline_tone
ActiveTool of Gdelt
Day-by-day AVERAGE NEWS SENTIMENT for a GDELT query over time. Returns datapoints with timestamp + tone value (-100 very negative .. +100 very positive, computed from GDELT's sentiment scoring of every article matching the query). Use for tracking sentiment shifts around a topic, person, country, or event ("how did press coverage of X change after Y happened"). Pair with timeline_volume to chart sentiment vs interest — interest spike + sentiment drop = something bad just happened.
Parameters schema
{
"type": "object",
"examples": [
{
"query": "Bitcoin sourcelang:eng"
},
{
"query": "Trump sourcecountry:US",
"timespan": "custom",
"enddatetime": "20240101000000",
"startdatetime": "20231201000000"
}
],
"required": [
"query"
],
"properties": {
"query": {
"type": "string",
"description": "GDELT query string"
},
"timespan": {
"type": "string",
"description": "Lookback window (default \"1m\" — month)"
},
"enddatetime": {
"type": "string",
"description": "YYYYMMDDHHMMSS — only with timespan=custom"
},
"startdatetime": {
"type": "string",
"description": "YYYYMMDDHHMMSS — only with timespan=custom"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Gdelt
https://github.com/pipeworx-io/mcp-gdelt
1/7 registries