Skip to main content
Glama

DaedalMap Earthquake Data

Get Disaster Link Chain

get_disaster_link_chain
Read-only

Free linked-disaster helper. Expands one exact disaster event id into a bounded related-event chain. 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
depthNoMaximum link-chain depth to traverse. Default 1.
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 readOnlyHint annotation is true, so the description does not need to declare safety. It adds context about the 'bounded related-event chain' and the requirement of an exact event ID, which is useful. However, it does not describe behavior like cross-type linking, depth semantics, or output format. Given the annotation covers the read-only nature, the description provides adequate but not rich additional context.

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, front-loaded with the purpose 'Free linked-disaster helper' and immediately states the core functionality and usage condition. Every sentence earns its place, with no fluff or repetition.

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 the tool's complexity (5 params, one required) and the absence of an output schema, the description provides enough context to select and invoke the tool correctly. It explains the input requirement and the scope of results. However, it doesn't explicitly describe what the output looks like, but the description and schema cover the essential usage semantics, making it largely 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?

The input schema has 100% description coverage for all five parameters, so the schema already explains each parameter well. The description adds no extra parameter-level detail beyond what the schema provides, such as the meaning of 'depth' or 'cross_type_only'. Therefore, the baseline score of 3 is appropriate.

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 uses a specific verb+resource: 'Expands one exact disaster event id into a bounded related-event chain.' This clearly states the tool's function and scope, distinguishing it from search or catalog tools. It also specifies the exact input requirement, making the purpose unambiguous.

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?

The description explicitly says 'Use this only when you already have an exact event id from a supported pack,' providing clear when-to-use guidance. It implies that this tool is not for searching or exploring without an exact ID, though it does not name specific alternative tools. The exclusion is clear enough for an agent to make a correct choice.

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 have clearly distinct purposes, but get_disaster_link_chain and get_disaster_links_for_event both take an exact event id and return related disaster information, which could cause confusion. The discovery tools (get_catalog, get_pack, get_tool_help) are well-separated.

Naming Consistency4/5

All tools use the get_ prefix except search_disaster_links, which is a minor deviation. The naming style is consistent (get_<noun> or get_<noun>_<qualifier>), so the pattern is predictable with one exception.

Tool Count5/5

The server has 8 tools, which is well within the typical 3-15 range for a domain like earthquake data and disaster links. Each tool covers a distinct aspect: discovery, live vs. canonical queries, and link exploration.

Completeness4/5

The tool surface covers canonical and live earthquake queries, pack discovery, and disaster link search/expansion. Minor gaps include lack of a dedicated single-event retrieval tool (though filters may suffice) and no administrative/update operations, which is expected for a read-focused data server.