Overview
Theget_entity tool returns a Wikipedia-verified entity profile from the GDELT Entity Graph (GEG). It provides the entity’s master record, linked story clusters, co-occurring entities, and an activity timeline.
This is the primary entity tool — try it first for any person or organization question.
Returns reference cards that link to other products. Use
get_media_event_cluster to hydrate linked stories, and get_entity again to hydrate co-occurring entities.Parameters
Entity name in lowercase. Examples:
donald trump, elon musk, tesla.Entity type:
person or organization.Lookback window in days. Default 1, max 30.
Anchor/end date in
YYYY-MM-DD format. Defaults to today UTC.Response detail level.
| Level | ~Tokens | Stories | Co-occs | Timeline |
|---|---|---|---|---|
summary | ~300 | 3 ref cards | 10 ref cards | No |
standard | ~1,200 | 20 ref cards | 25 ref cards | Yes |
full | ~1,500 | Paginated | 50 ref cards | Yes |
Number of linked story clusters (full detail only). Max 50.
Story cluster pagination offset (full detail only).
Filter articles by source language (e.g.
English, Spanish).Filter linked stories by topic category.
Filter linked stories by geographic scope:
local, national, global.Response Shape
Summary (~300 tokens)
Standard / Full
Addstimeline (daily article counts + sentiment), richer co-occurrence cards (with avg_combined_salience, last_seen), time_bucket on story refs, and more story/co-occ cards.
Usage Examples
Workflow
Explore a linked story
Take a
cluster_id from linked_stories and call get_media_event_cluster(cluster_id).
