Skip to main content
Glama

Search Disaster Links

search_disaster_links
Read-only

Free linked-disaster discovery helper. Searches published cross-disaster link families by event-type direction, optional via-event type, and optional year window. Use this when you want to discover whether a relationship family exists before you have an exact event id.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMaximum number of matching chains to return. Default 10.
year_endNoOptional inclusive ending year filter.
request_idNoOptional caller-supplied request id for tracing.
year_startNoOptional inclusive starting year filter.
end_event_typeNoOptional ending event type such as tsunami, flood, tornado, or earthquake.
via_event_typeNoOptional intermediate event type for bounded chain discovery.
start_event_typeNoOptional starting event type such as earthquake, hurricane, volcano, wildfire, flood, tornado, or tsunami.

TDQS

A3.8/5.0
Behavior3/5

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

Annotations already declare readOnlyHint=true, so the safety profile is known. The description adds context that the tool is for discovery before having an exact event ID, implying no ID requirement. It does not mention rate limits, pagination, or return format, but the annotation covers the main safety concern.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is three sentences and mostly efficient. The first sentence 'Free linked-disaster discovery helper' is somewhat filler, but the second and third sentences are substantive. No unnecessary detail.

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

Completeness3/5

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

With 7 optional parameters and no output schema, the description provides a clear purpose but does not explain how parameters combine (e.g., direction requires start and end?) or what the response looks like. It is adequate for initial understanding but leaves gaps for an agent deciding on parameter values.

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 provides descriptions for 100% of the parameters. The description mentions event-type direction, via-event type, and year window, which map to schema parameters, but adds no extra syntax, defaults, or relationships. Baseline 3 is appropriate since 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 clearly states the tool searches published cross-disaster link families by event-type direction, optional via-event type, and year window. The verb 'searches' is specific, the resource is defined, and the usage context ('discover whether a relationship family exists before you have an exact event id') further clarifies its role.

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 when you want to discover whether a relationship family exists before you have an exact event id,' providing clear when-to-use guidance. However, it does not name alternatives or explicitly state when not to use it, so it falls short of the highest level.

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

Each tool has a distinct purpose: catalog discovery, pack metadata retrieval, tool guidance, dataset querying, and cross-disaster link search. There is no overlap or ambiguity that would cause an agent to misselect a tool.

Naming Consistency5/5

All tool names follow a consistent verb_noun snake_case pattern (get_catalog, get_pack, get_tool_help, query_dataset, search_disaster_links), with clear prefixes indicating action type. The naming is uniform and predictable.

Tool Count5/5

Five tools is a well-scoped set for a data discovery and query server. Each tool earns its place, covering discovery, help, generic querying, and cross-event relationship search without unnecessary overlap or bloat.

Completeness5/5

The tool set covers the full lifecycle of data access: discovery (get_catalog, get_pack), guidance (get_tool_help), querying (query_dataset), and cross-disaster linkage (search_disaster_links). There are no obvious gaps that would hinder an agent from accomplishing its tasks.