Skip to main content

Overview

gdelt_research_system_prompt is the always-on system prompt for the research agent. It teaches:
  • GDELT Cloud is the differentiator. Lead with classified, quantified, linked event records, not narrative summary or web search.
  • Four progressive-disclosure tool categories. gdelt_cloud_*, macro_finance_*, prediction_market_*, web_research_* — always nest tool inputs inside tool_arguments when calling an executor.
  • Surface from question shape, not habit. A mental model maps each question shape to the correct first call.
  • GDELT is a graph. Events ↔ Stories ↔ Entities are linked; most non-trivial questions need 2–3 hops.
  • Date semantics, geography filters, semantic-search behavior, the over-filter trap, and significance scoring.
  • Cross-tool sequencing with GDELT first as the anchor.
  • Citation policy by surface, with explicit per-surface templates and a rule to quote the structured metric, not just the source.
  • On-demand skill loading for deeper workflow patterns: gdelt-discover-and-drill, macro-finance, prediction-markets, multi-surface-synthesis, brief-output.
gdelt_brief_system_prompt is the separate hosted Brief-agent prompt. The Brief agent preloads the shared brief-tradecraft skill plus the selected Brief-type skill (Daily Risk, SITREP, I&W Watch, Exposure Monitor) and uses a type-specific structured output schema.

What the prompt emphasizes

Agent Pattern

Usage

Pair the system prompt with on-demand task skills. The research agent loads skills based on question shape — gdelt-discover-and-drill for any analytical task, plus macro-finance / prediction-markets / multi-surface-synthesis / brief-output when the task spans surfaces.

Progressive Discovery

Learn the GDELT Cloud MCP wrapper flow.

Skills

Workflow-pattern skills: discover-and-drill, macro-finance, prediction-markets, multi-surface-synthesis, brief-output.