Documentation Index
Fetch the complete documentation index at: https://docs.gdeltcloud.com/llms.txt
Use this file to discover all available pages before exploring further.
Overview
gdelt_system_prompt teaches agents how to use GDELT Cloud as an analyst product:
- use Progressive Discovery wrappers
- treat structured Events as the primary differentiator
- use clustered Stories for narrative and article evidence
- link Entities to Events and Stories
- use macro-finance, prediction-market, and web-research tools as enrichment
- avoid overusing repeated
search_eventscalls when summaries, Stories, Entities, and enrichment tools are needed - start broad because generated Event coding and Story clustering are useful but imperfect
- use default
confidence_profile=preciseEvent/Story feeds unless exhaustive/raw recall is explicitly needed - answer in BLUF/inverted-pyramid order with a clear “So What” for analytical answers
- place “Watch Next” before detailed evidence
- use timeline tables for escalation, sequence, trend, or daily-change answers
- render selected structured Events as
gdelt-eventblocks for GDELT Cloud inline cards - use clean Markdown and light emoji signposts where they improve Agent UI readability
- label citations with source names/titles instead of showing bare full URLs
- adapt prose depth to the user’s request
- cite public GDELT Cloud URLs and source-article URLs
What The Prompt Emphasizes
| Area | Guidance |
|---|---|
| Tool discovery | Always use *_tool_list, inspect with *_tool_get, execute with *_tool_call. |
| GDELT Cloud anchor | Start with GDELT Cloud structured Events, Stories, summaries, and Entities. |
| Tool balance | Do not tunnel on one tool; combine summaries, Events, Stories/articles, Entities, and enrichment as the task requires. |
| Filter discipline | Start broad, then narrow. Event and Story list/summary tools default to confidence_profile=precise for analyst-ready results; use confidence_profile=loose only when exhaustive/raw retrieval is needed. Heavy filter stacking can hide relevant records when real-time coding or clustering is imperfect. |
| Enrichment | Use macro finance, prediction markets, and web research frequently when they add context. |
| Prose | Quick questions get concise answers; broad tasks get structured briefs. |
| Brief style | Put the most important takeaway first, then details. Include “So What” so implications are clear. |
| Watch Next | Put watch items before detailed evidence so users see implications early. |
| Timeline | Use Markdown tables for escalation, sequence, trend, or daily-change questions. |
| Event cards | Use fenced gdelt-event blocks for up to three key structured Events. |
| Readability | Use clean Markdown, short headings, bullets, bold labels, and light emoji signposts when appropriate. |
| Citations | Cite GDELT Cloud Story/Entity URLs and source-article URLs using readable Markdown link labels, not bare URLs. |
| Historical discipline | Respect requested time windows and avoid hindsight leakage. |
Agent Pattern
Usage
Related
Progressive Discovery
Learn the GDELT Cloud MCP wrapper flow.
Skills
Domain-specific analyst workflows.

