Skip to main content
Glama

DaedalMap Volcanic Activity

Get Disaster Links For Event

get_disaster_links_for_event
Read-only

Free linked-disaster helper. Resolves one exact disaster event id into its published related-disaster links. Use this only when you already have an exact event id from a supported pack such as earthquakes, tsunamis, volcanoes, or wildfires.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pack_idNoOptional pack id hint when the event id is ambiguous. Supported exact-event link packs are earthquakes, tsunamis, volcanoes, and wildfires.
event_idYesExact disaster event id from a supported pack row, such as 'NOAA-SIG-2' or 'USA-CA-FIRE-215'.
request_idNoOptional caller-supplied request id for tracing.
cross_type_onlyNoWhen true, only return cross-hazard links. Default true.

TDQS

A4/5.0
Behavior3/5

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

The annotations already declare readOnlyHint=true, so the description does not need to restate safety. It adds light behavioral context by noting 'published related-disaster links' and the exact-id requirement, but it does not reveal output format, missing-id behavior, or other behavioral details beyond what annotations and schema indicate.

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 two sentences with no wasted words. It front-loads the purpose and immediately follows with the critical usage constraint, making it easy to scan and act on.

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?

Given no output schema, the description adequately indicates the return concept ('related-disaster links'). It covers the key prerequisite (exact event id) and supported packs. It could mention error behavior or output shape, but for a simple read-only resolver with good annotations and schema, it is sufficiently complete.

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 description coverage is 100%, so the input schema already thoroughly documents all four parameters. The description adds no significant parameter semantics beyond the schema, though it repeats the supported pack names and exact-id requirement. Baseline 3 is appropriate given the schema does the heavy lifting.

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

Purpose5/5

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

The description states a specific verb-resource action: 'Resolves one exact disaster event id into its published related-disaster links.' It clearly distinguishes itself from siblings by emphasizing 'exact event id' versus broader search, and names supported packs including earthquakes, tsunamis, volcanoes, and wildfires.

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

Usage Guidelines4/5

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

Explicitly states when to use the tool: 'Use this only when you already have an exact event id from a supported pack.' This provides a clear precondition and implicitly excludes searches without an exact id, though it does not explicitly name an alternative sibling like search_disaster_links.

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

Most tools are clearly distinct, but get_disaster_link_chain and get_disaster_links_for_event both operate on an exact event id and return related events, which could cause confusion. Descriptions clarify chain vs. links, but the boundary is subtle.

Naming Consistency5/5

All tools follow a consistent get_<resource> or search_<resource> pattern, using snake_case throughout. The naming is predictable and makes it easy to infer function from the tool name.

Tool Count5/5

With 8 tools, the server covers discovery, query, live data, and cross-disaster linking without being bloated. Each tool serves a clear purpose, making the count appropriate for a specialized volcanic activity data server.

Completeness4/5

The surface covers core volcanic activity queries, live events, pack discovery, and related-disaster exploration. Minor gaps exist such as no direct tool for fetching a single event by ID, but the existing tools can generally work around that.