Skip to main content
Glama

gdelt_search_events

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.

Input Schema

TableJSON 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

TDQS

B3.4/5.0
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.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

A3.5/5.0
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.