Skip to main content
Glama

Antevo Executive Brief

Get world events

get_world_events
Read-onlyIdempotent

Geopolitical events over a look-back window (days_back 1..90, default 7) — conflict, chokepoints, sanctions and related signals. The public cut. Pass layers to narrow — waterways, armed_conflicts, hotspots, regulatory, cyber, sanctions — comma-separated. All six together run large and two of them truncate; ask for one or two and those come back much deeper. row_limits on the response says what was in force, so you can tell a layer that ended from one that was cut off. Three reference layers are opt-in and not in the default set: submarine_cables (routes and landing points), disasters (USGS, GDACS, EONET) and displacement (UNHCR, by origin and corridor). Name them to get them.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
layersNo
days_backNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observed

TDQS

A4.4/5.0
Behavior5/5

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

Annotations already declare this read-only and idempotent, and the description adds substantial behavioral context beyond that: it reveals that all six default layers run large, two truncate, that row_limits indicates whether truncation occurred, and that some layers are opt-in. This gives the agent accurate expectations about response completeness and performance.

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?

Despite being longer than average, every sentence carries distinct, non-redundant information: window defaults, layer behavior, truncation signals, and opt-in layers are all covered efficiently. The core purpose is front-loaded, and the additional detail is justified because the input schema provides no property descriptions.

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

Completeness5/5

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

The description covers the tool's purpose, parameter semantics, defaults, performance caveats, and opt-in behavior. An output schema exists, so return-value documentation is unnecessary here. Given the tool's complexity and the zero-coverage schema, this description leaves no important calling detail unaddressed.

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

Parameters5/5

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

Schema coverage is 0%, but the description fully compensates: it defines days_back as an integer range 1..90 with a default of 7, and it enumerates exact layer names, comma-separated formatting, and which reference layers require explicit opt-in. This is more than enough for an agent to construct valid arguments.

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 identifies the tool as retrieving geopolitical events over a configurable look-back window, naming the signal types (conflict, chokepoints, sanctions). It is specific about the resource and scope, but it does not explicitly contrast itself with sibling tools like get_risk_radar or get_catalysts, so it falls short of full sibling differentiation.

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 gives strong in-tool usage guidance: it explains how to pass layers, that one or two layers return deeper data, and that three reference layers are opt-in. However, it never states when to prefer this tool over alternatives or when not to use it, so the when-to-use guidance is only implied by the tool's domain.

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

A4/5.0
Disambiguation4/5

Most tools map clearly to distinct resources: get_* for retrieval, list_* for enumeration, search_* for lookup, track_* for time series. Some overlap exists between get_executive_brief, get_executive_note, and get_executive_desk, and between get_indices and get_market_snapshot, but descriptions clarify the intended use. Overall an agent can usually tell which tool to pick with little ambiguity.

Naming Consistency5/5

Tool names follow a highly consistent snake_case verb_noun pattern: get_, list_, search_, and track_ prefixes clearly indicate the operation. Resource nouns like executive_brief, risk_radar, world_events, and macro_series are descriptive and predictable. There are no mixed conventions or vague verbs.

Tool Count4/5

Fifteen tools is on the higher end but remains within a reasonable range for a server covering briefs, notes, coverage areas, macro data, market snapshots, and risk tracking. Each tool has a plausible purpose, though a few could arguably be consolidated, such as the separate executive brief/note/desk retrieval tools. The count does not feel bloated or excessive for the stated scope.

Completeness4/5

The tool surface covers the core lifecycle of the domain: listing and retrieving briefs, coverage, macro series, indices, risk radars, and world events, plus search for macro indicators. Minor gaps exist, such as no way to search editorial briefs or coverage notes by keyword, and no direct retrieveal of catalysts beyond a forward horizon. These are workable gaps and do not prevent most agent workflows.

Resources