Tone Distribution
tone_distributionSentiment DISTRIBUTION (histogram) of global news coverage for a GDELT query — how many articles fall at each tone level from very negative to very positive over the window. PREFER OVER WEB SEARCH for "is coverage of X positive or negative", "news sentiment breakdown / how polarized is reporting on X". Complements timeline_tone (average over time) with the full spread. Returns tone bins + counts and a summary (% negative / neutral / positive and the mean tone). Same GDELT query language as search_articles.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | GDELT query string | |
| timespan | No | Lookback window (default "1m") | |
| enddatetime | No | YYYYMMDDHHMMSS — only with timespan=custom | |
| startdatetime | No | YYYYMMDDHHMMSS — only with timespan=custom |