Skip to main content
Glama

DaedalMap Volcanic Activity

Server Details

Global volcanic eruptions from the Smithsonian Global Volcanism Program: VEI, location, dates.

Status
Healthy
Last Tested
Transport
Streamable HTTP
URL
Repository
xyver/daedal-map
GitHub Stars
3
Server Listing
daedal-map

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 DescriptionsA

Average 4/5 across 7 of 7 tools scored. Lowest: 3.4/5.

Server CoherenceA
Disambiguation5/5

Each tool targets a distinct purpose: pack discovery, live volcano events, historical volcanic activity, and three different disaster link operations (expansion, resolution, and search). Descriptions clearly differentiate when to use each.

Naming Consistency5/5

All tool names follow a consistent snake_case pattern with a verb prefix (get or search) followed by descriptive noun phrases, e.g., get_catalog, get_live_volcano_events, search_disaster_links.

Tool Count5/5

With 7 tools covering discovery, live data, historical queries, and cross-disaster linking, the count is well-scoped for the domain without unnecessary bloat or gaps.

Completeness5/5

The tool set provides comprehensive coverage for volcanic activity data: pack discovery, live updates, historical records, and related disaster links. Users can explore and retrieve relevant information without obvious dead ends.

Available Tools

7 tools
get_catalogGet Catalog
Read-only
Inspect

Free discovery. Returns the list of live agent-ready data packs available on DaedalMap.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

get_live_volcano_eventsGet Live Volcano Events
Read-only
Inspect

Free live wrapper. Calls the Smithsonian/GVP WFS for recent preliminary volcanic eruption updates normalized to DaedalMap event fields. This is not the enriched canonical history lane.

ParametersJSON Schema
NameRequiredDescriptionDefault
daysNoRecent lookback window in days. Ignored when start_time is provided.
limitNoMaximum live rows to return.
min_veiNoOptional minimum Volcanic Explosivity Index.
orderbyNoResult ordering.
end_timeNoOptional inclusive ISO-8601 end datetime or date. Defaults to now.
request_idNoOptional caller-supplied request id for tracing.
start_timeNoOptional inclusive ISO-8601 start datetime or date.
ongoing_onlyNoWhen true, only return eruptions marked continuing by GVP.
get_packGet Pack
Read-only
Inspect

Free discovery. Returns detailed metadata, coverage, freshness, preferred canonical tool guidance, and first-query examples for one pack. Call this before querying a new pack so you can see time shape, coverage limits, and the paste-ready first query.

ParametersJSON Schema
NameRequiredDescriptionDefault
pack_idYesPack identifier such as 'currency', 'earthquakes', 'floods', 'hurricanes', 'tornadoes', 'tsunamis', 'un_sdg', 'volcanoes', 'world_factbook', or 'worldpop'.
get_volcanic_activityGet Volcanic Activity
Read-only
Inspect

Free canonical tool. Queries volcanoes_events for historical eruption records and volcanic activity metrics. Best for eruption counts, VEI thresholds, and top-event lookups. Volcano queries normally use year-style time filters rather than ISO date strings.

ParametersJSON Schema
NameRequiredDescriptionDefault
sortNoOptional sort instructions for row-returning queries.
limitNoMaximum number of rows to return. For top-N VEI or latest-eruption requests, include a narrow year range or region_ids before sorting.
outputNoOptional output controls such as response format hints.
filtersYesStructured filters including year-based time ranges, region_ids, and compare clauses. For most volcano queries, pass numeric years or time.value.
metricsYesMetric ids to return, such as 'event_count', 'VEI', or eruption attributes.
request_idNoOptional caller-supplied request id for tracing and idempotency.

Discussions

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

Try in Browser

Your Connectors

Sign in to create a connector for this server.