Skip to main content
Glama

Server Details

Geopolitical event detection, tone timeseries, actor trends from GDELT 2.0.

Status
Unhealthy
Last Tested
Transport
Streamable HTTP
URL
Repository
guptaprakhariitr/gdelt-events-mcp
GitHub Stars
1
Server Listing
gdelt-events-mcp

Glama MCP Gateway

Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.

MCP client
Glama
MCP server

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.

100% free. Your data is private.
Tool DescriptionsB

Average 3.1/5 across 3 of 3 tools scored.

Server CoherenceA
Disambiguation5/5

Each tool targets a distinct function: event search, tone timeseries, and trending actors. There is no overlap in purpose.

Naming Consistency5/5

All tools follow the pattern 'gdelt_<noun>_<plural_noun>' with descriptive names using underscores. Naming is fully consistent.

Tool Count5/5

Three tools are appropriate for a focused global events MCP server, covering core capabilities without bloat.

Completeness4/5

The tools cover search, tone analysis, and actor trends. Missing date-range filtering for search and detailed event lookup are minor gaps for a basic events server.

Available Tools

3 tools
gdelt_search_eventsBInspect

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.

ParametersJSON Schema
NameRequiredDescriptionDefault
queryYesGDELT search query, supports operators like quotes and OR.
domainNoFilter to one publishing domain.
countryNoSource-country filter (ISO 2-letter, e.g. 'IN', 'US').
timespanNoe.g. '1d', '7d', '1m'. Default '1d'.1d
max_recordsNo
Behavior2/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

No annotations are provided, so the description must fully disclose behavioral traits. It states it returns recent articles with specific fields, but lacks details about ordering, pagination, rate limits, or how recency is defined. This leaves important behavioral aspects undisclosed.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is concise, consisting of two sentences. The first sentence states the primary purpose, and the second lists optional filters and return fields. Every sentence contributes useful information without redundancy.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a tool with 5 parameters and no output schema, the description covers the core functionality: what it searches, optional filters, and the return fields. It lacks details on result ordering and error handling, but the provided information is sufficient for basic usage.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is high (80%), so the baseline is 3. The description reiterates the optional country and domain filters but does not add significant meaning beyond the schema. It does not clarify the query operators or timespan format beyond what the schema already provides.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool searches global news events with a query and optional filters. It is specific about the resource and verb. However, it does not explicitly differentiate from sibling tools (tone timeseries and trending actors), which slightly reduces clarity.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description implies usage context by mentioning optional filters and return fields, but it provides no explicit guidance on when to use this tool versus alternatives, nor any exclusions or prerequisites.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

gdelt_tone_timeseriesCInspect

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.

ParametersJSON Schema
NameRequiredDescriptionDefault
queryYes
countryNo
timespanNo7d
granularityNoday
Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations, the description discloses tone range and output granularity, but omits potential side effects, authentication needs, or error handling. For a read-only analytics tool, it is adequate but not detailed.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Single sentence, front-loaded with purpose, and no unnecessary words. It efficiently conveys the core idea.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given 4 parameters and no output schema, the description leaves gaps: no description of country, timespan, or query format. Output is partially described but not complete (e.g., pagination, date range).

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 0%, so description must compensate. It only clarifies granularity ('hourly or daily') and implies query usage. Does not explain country, timespan format, or query syntax.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states it returns a sentiment-tone timeseries for a query, with average tone and volume per time step. It implicitly distinguishes from siblings by specifying aggregated temporal output, but lacks explicit comparison.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

No guidance on when to use this tool vs. siblings (gdelt_search_events, gdelt_trending_actors). The description does not mention use cases or exclusions.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Discussions

No comments yet. Be the first to start the discussion!

Related MCP Servers

View all MCP Servers

Try in Browser

Your Connectors

Sign in to create a connector for this server.