Skip to main content
Glama

DaedalMap Hurricane and Tropical Cyclone Data

Server Details

Global hurricane and tropical cyclone tracks from IBTrACS/NOAA, 1842-present. Wind and pressure.

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 4 of 4 tools scored.

Server CoherenceA
Disambiguation5/5

Each tool has a distinct purpose: get_catalog lists available packs, get_pack provides metadata for one pack, query_dataset executes data queries, and search_disaster_links finds cross-disaster relationships. No overlapping functionality.

Naming Consistency5/5

All tool names follow the verb_noun pattern with snake_case (get_catalog, get_pack, query_dataset, search_disaster_links), ensuring consistency and predictability.

Tool Count4/5

With 4 tools, the set is slightly minimal but covers essential operations for a data platform: discovery, metadata, query, and cross-reference search. It is well-scoped for the domain.

Completeness3/5

The tools cover discovery and querying, but lack a dedicated tool for retrieving individual event details or records directly. This gap may require agents to rely on generic queries, which could be less efficient.

Available Tools

4 tools
get_catalogGet CatalogA
Read-only
Inspect

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

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

Behavior4/5

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

The description adds valuable context beyond the readOnlyHint annotation by specifying that it returns 'live agent-ready data packs' and that this is for 'discovery' purposes. While annotations cover the safety aspect (read-only), the description provides operational context about what kind of data is returned and the tool's discovery role.

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 perfectly concise with two clear, front-loaded sentences. 'Free discovery' immediately establishes context, and 'Returns the list...' completes the functional explanation. Every word earns its place with zero redundancy.

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?

For a zero-parameter read-only tool without an output schema, the description provides adequate context about what the tool does and what it returns. However, it could be more complete by specifying the return format (e.g., list structure, metadata included) or any limitations of the 'live agent-ready' qualification.

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

Parameters4/5

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

With 0 parameters and 100% schema description coverage, the baseline would be 4. The description appropriately doesn't waste space discussing non-existent parameters, and the phrase 'Free discovery' provides useful semantic context about the tool's zero-parameter nature as an exploration function.

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's purpose with specific verbs ('Free discovery', 'Returns') and resources ('list of live agent-ready data packs available on DaedalMap'). It distinguishes itself from siblings like get_earthquake_events or get_fx_rates by focusing on catalog discovery rather than specific data retrieval.

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 implies usage for discovering available data packs, but provides no explicit guidance on when to use this tool versus alternatives like get_pack or query_dataset. The phrase 'Free discovery' suggests a preliminary exploration function, but lacks clear when/when-not instructions or named alternatives.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

get_packGet PackA
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'.
Behavior5/5

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

Annotations already set readOnlyHint=true, and the description reinforces this by calling it a 'free discovery' and describing its return as metadata only. No contradiction. The description adds value beyond annotations by detailing what the output includes (coverage, freshness, guidance, examples), which is critical since there is no output schema.

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: the first efficiently states what the tool returns, and the second provides usage context. Every sentence earns its place, with no fluff. It is front-loaded and easy to parse.

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 simplicity (one parameter, no output schema, read-only), the description covers the essential aspects: what it returns and when to use it. Annotations provide the safety profile. It is nearly complete, though a mention of the tool being free (no cost) is implied but not explicit. Still, it is sufficient for an agent.

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?

There is only one parameter, pack_id, and the input schema already provides a list of example values with 100% coverage. The description adds little beyond stating that the tool operates 'for one pack,' which is consistent with the parameter. Per guidelines, with high schema coverage, baseline 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 clearly states it returns detailed metadata, coverage, freshness, canonical tool guidance, and first-query examples for one pack. The verb 'returns' and specific resource 'metadata for one pack' make the purpose unambiguous. It distinguishes itself from siblings like get_catalog (listing all packs) and query_dataset (running queries) by positioning itself as a preliminary discovery step.

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 tells the agent to 'Call this before querying a new pack' and explains the benefits: seeing time shape, coverage limits, and a paste-ready first query. While it lacks explicit when-not-to-use or alternative tools, the context and phrasing provide strong usage guidance.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

query_datasetQuery DatasetA
Read-only
Inspect

Generic structured query for direct source_id or pack_id access using the same contract as POST /api/v1/query/dataset. Free packs: boundaries, currency, distributed_manufacturing, floods, geography, nri, owid, reverse-geocoding, un_sdg, un_wpp, volcanoes, world_bank_wdi. Paid packs: earthquakes, hurricanes, tornadoes, tsunamis, wildfires, world_factbook, worldpop (x402 Base USDC).

ParametersJSON Schema
NameRequiredDescriptionDefault
sortNoOptional sort instructions for row-returning queries.
limitNoMaximum number of rows to return for the requested source or pack.
outputNoOptional output controls such as response format hints.
filtersNoStructured filters including time, region_ids, and compare clauses.
metricsNoMetric ids to return. Use event_count for aggregate counts when supported.
pack_idNoPack identifier such as 'currency', 'earthquakes', 'floods', 'hurricanes', 'tornadoes', 'tsunamis', 'un_sdg', 'volcanoes', 'world_factbook', or 'worldpop'.
source_idNoConcrete source id such as 'earthquakes_events', 'volcanoes_events', 'hurricanes_events', or 'un_sdg/01'.
request_idNoOptional caller-supplied request id for tracing and idempotency.
Behavior3/5

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

The annotations already declare readOnlyHint=true. The description adds that it uses the same contract as POST /api/v1/query/dataset, reinforcing read-only behavior, but does not disclose additional traits like rate limits, pagination, or error handling.

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 concise: one sentence defining the purpose followed by a list of packs. It could be better structured (e.g., separating usage notes), but it is front-loaded and efficient.

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?

Given 8 parameters, no output schema, and readOnlyHint annotation, the description adequately explains the tool is a query for specific packs/sources. However, it does not describe the response format or how filters/metrics interact, which are important for an agent.

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 8 parameters. The description adds no new meaning beyond the schema; the pack list is redundant with the pack_id parameter description. 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 clearly states the tool's purpose: 'Generic structured query for direct source_id or pack_id access'. It lists specific packs (free and paid), distinguishing it from sibling tools like get_catalog and get_pack which retrieve metadata rather than querying data.

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 implies usage for querying specific sources/packs and mentions the API contract, but it does not provide explicit when-to-use or when-not-to-use guidance. Sibling tools are different, so confusion is unlikely, but no direct alternatives are given.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

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.