GDELT Global Events
Server Details
Geopolitical event detection, tone timeseries, actor trends from GDELT 2.0.
- Status
- Unhealthy
- Last Tested
- Transport
- Streamable HTTP
- URL
Glama MCP Gateway
Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.
Full call logging
Every tool call is logged with complete inputs and outputs, so you can debug issues and audit what your agents are doing.
Tool access control
Enable or disable individual tools per connector, so you decide what your agents can and cannot do.
Managed credentials
Glama handles OAuth flows, token storage, and automatic rotation, so credentials never expire on your clients.
Usage analytics
See which tools your agents call, how often, and when, so you can understand usage patterns and catch anomalies.
Tool Definition Quality
Average 3.6/5 across 3 of 3 tools scored.
Each tool serves a unique purpose: searching events, analyzing tone trends, and listing trending actors. There is no overlap or ambiguity between them.
All tools use the gdelt_ prefix followed by a clear verb_noun pattern (search_events, tone_timeseries, trending_actors), maintaining perfect consistency.
Three tools is on the lower end but still acceptable for a focused server covering search, trends, and actors. The number is not too few to be trivial.
The server covers search, tone analysis, and actor trends, but is missing common GDELT features like event detail retrieval, geographic maps, or date filtering beyond recent hours.
Available Tools
3 toolsgdelt_search_eventsAInspect
Search global news for events matching a query. Optionally filter by source country (ISO 2-letter) or domain. Returns recent articles with title, URL, source, language, country, tone.
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | GDELT search query, supports operators like quotes and OR. | |
| domain | No | Filter to one publishing domain. | |
| country | No | Source-country filter (ISO 2-letter, e.g. 'IN', 'US'). | |
| timespan | No | e.g. '1d', '7d', '1m'. Default '1d'. | 1d |
| max_records | No |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations exist, so description carries burden. It discloses it returns recent articles and mentions optional filters, but does not explicitly state read-only behavior, pagination, rate limits, or auth needs. 'Returns recent articles' hints at non-destructive nature but is not explicit.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
Three sentences, front-loaded with purpose. Every sentence adds value: purpose, optional filters, return fields. No redundancy or fluff.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given no output schema, description adequately covers return fields. For a search tool, it could mention sorting/ordering or pagination behavior, but overall covers key aspects for an agent to decide and invoke.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema covers 4 of 5 params with descriptions. The description adds context: query supports operators (quotes/OR), country is ISO 2-letter, timespan examples ('1d', '7d', '1m'). It also explains return fields. Lacks detail on max_records behavior beyond default and min/max.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
Clearly states it searches global news events, with explicit details on what it returns (title, URL, source, etc.) and optional filters. Distinguishes from sibling tools (tone timeseries, trending actors) by its search-and-return focus.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
Implies usage for searching events, but provides no explicit when-to-use or when-not-to-use compared to siblings (gdelt_tone_timeseries, gdelt_trending_actors). No exclusion criteria or alternatives mentioned.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
gdelt_tone_timeseriesBInspect
Sentiment-tone timeseries for a query. Returns one row per time step (hourly or daily) with the average tone (-10 most negative, +10 most positive) and article volume.
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | ||
| country | No | ||
| timespan | No | 7d | |
| granularity | No | day |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description carries full burden. It discloses the output format (tone scale -10 to +10, volume per time step) but lacks details on edge cases (e.g., empty results), auth requirements, or rate limits. Adequate but not comprehensive.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is one efficient sentence with parenthetical clarification, no wasted words. It front-loads the key point and is structurally sound, though slightly more detail could be added without losing conciseness.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given no output schema, 4 parameters with 0% description coverage, and no annotations, the tool description is incomplete. It fails to specify output details beyond tone and volume, parameter meanings, or error handling. More content is needed for the agent to understand the tool fully.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 0%. The description does not explain individual parameters (query, country, timespan, granularity) despite the schema having defaults and enums. Without parameter details, the agent cannot use the tool correctly based on the description alone.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states it produces a sentiment-tone timeseries for a query, with output rows per time step including average tone and article volume. It distinguishes from sibling tools like gdelt_search_events (event search) and gdelt_trending_actors (trending entities), making its purpose unambiguous.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description implies use when sentiment over time is needed but provides no explicit guidance on when to use this tool versus siblings, nor any when-not-to-use conditions. Context signals indicate the tool's function, but direct guidance is absent.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
gdelt_trending_actorsAInspect
Top mentioned named entities (people, organizations, places) in news for a country in the last N hours. Returns name + mentions count.
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| window | No | 1d | |
| country | Yes | Source-country ISO 2-letter. |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description carries the full burden. It discloses the core behavior and return format but lacks details on data freshness, pagination, or limits (e.g., maximum window size). This is adequate but not exhaustive.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
Two sentences with no redundant information. Every word adds value, and the key details are front-loaded.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a simple tool with three parameters and no output schema, the description is mostly complete. It explains the output and main filters. However, the absence of usage guidelines relative to sibling tools and the lack of behavioral detail (e.g., default window) slightly reduce completeness.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is low (33%: only country described). The description adds meaning for 'country' and 'window' (last N hours) but does not elaborate on 'limit' or the expected format of 'window' beyond the schema defaults. Insufficient compensation for the low coverage.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states it retrieves top mentioned named entities (people, organizations, places) from news for a country in the last N hours, and specifies the output format (name + mentions count). This distinctively separates it from sibling tools like gdelt_search_events and gdelt_tone_timeseries.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description implies usage for trending entities but does not provide explicit guidance on when to use this tool versus alternatives, nor does it mention when not to use it.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Claim this connector by publishing a /.well-known/glama.json file on your server's domain with the following structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"maintainers": [{ "email": "your-email@example.com" }]
}The email address must match the email associated with your Glama account. Once published, Glama will automatically detect and verify the file within a few minutes.
Control your server's listing on Glama, including description and metadata
Access analytics and receive server usage reports
Get monitoring and health status updates for your server
Feature your server to boost visibility and reach more users
For users:
Full audit trail – every tool call is logged with inputs and outputs for compliance and debugging
Granular tool control – enable or disable individual tools per connector to limit what your AI agents can do
Centralized credential management – store and rotate API keys and OAuth tokens in one place
Change alerts – get notified when a connector changes its schema, adds or removes tools, or updates tool definitions, so nothing breaks silently
For server owners:
Proven adoption – public usage metrics on your listing show real-world traction and build trust with prospective users
Tool-level analytics – see which tools are being used most, helping you prioritize development and documentation
Direct user feedback – users can report issues and suggest improvements through the listing, giving you a channel you would not have otherwise
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!