You're viewing a demo portfolio

Join the waitlist
PRSM

timeline_tone

Active

Tool of Gdelt

declared in 0.1.0

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"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

Gdelt

https://github.com/pipeworx-io/mcp-gdelt

1/7 registries
View full server →
timeline_tone — Gdelt — PRSM MCP