Skip to main content
Glama

Server Details

Live worldwide wildfire detections, fire archive, citable stats, aircraft. Free, CC BY 4.0.

If you are the author of this connector, you can claim ownership with GitHub, an HTTP challenge, or a DNS record. Claimed connector authors can inspect health checks, view analytics, and manage their listing.
Status
Healthy
Last Tested
Transport
Streamable HTTP
URL
Repository
vria-consulting/vria-fire-detect
GitHub Stars
1

Available Tools

6 tools
active_firesActive wildfires right nowA
Read-only
Inspect

Fire clusters detected by satellite over the last N hours (default 24), worldwide or filtered by ISO-2 country, bounding box, or a point with a radius. Returns up to limit clusters ranked by relevance (corroborated and recent first). Use for 'is there a fire near X right now' or 'wildfires in today'. Each cluster: position, first/last satellite pass (UTC), detections per sensor, peak fire radiative power (MW), confidence (possible | probable | corrobore = cross-checked with witnesses).

ParametersJSON Schema
NameRequiredDescriptionDefault
bboxNo[minLon, minLat, maxLon, maxLat]
nearNoOnly clusters within radiusKm of this point
hoursNoTime window in hours: 6, 12, 24, 48 or 72
limitNo
countryNoISO-2 country code, e.g. FR, US, BR

TDQS

A4.6/5.0
Behavior5/5

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

The readOnlyHint and openWorldHint annotations are reinforced and extended by the description. It discloses ranking behavior, time-window defaults, filter semantics, and the meaning of confidence values such as 'corrobore = cross-checked with witnesses', adding real behavioral detail beyond the annotations.

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 front-loaded with the core behavior, then filters, then usage examples, then result fields. Every sentence carries useful information without repetition or filler.

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?

The tool has five parameters and no output schema, but the description covers the main calling decisions: time window, spatial filters, result count, ordering, and returned cluster fields. Minor ambiguities like whether filters can be combined and the exact shape of 'position' remain, but these are mostly covered by the input schema.

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?

Schema coverage is high at 80%, so the schema already documents most parameters. The description adds value by explaining the ranking relevance for `limit`, clarifying the spatial filter options as a group, and stating the default hours window, which helps the agent choose parameters more confidently.

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 names a specific resource and action: satellite-detected fire clusters over a time window, with explicit filters and a ranked list of results. It also clarifies the scope ('active... right now') and the returned cluster attributes, distinguishing it from archive or stats siblings.

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 gives explicit use-case templates: 'is there a fire near X right now' and 'wildfires in <country> today'. It does not explicitly name alternatives or say when not to use this tool, but the active-vs-archive framing makes the intended context clear.

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

earliness_casesMeasured lead over press coverageA
Read-only
Inspect

Documented cases (rolling 72 h) where kanari's first satellite signal preceded the first press article about the same fire: place, both UTC timestamps and the lead in minutes, plus the median. This is the measured basis for 'kanari sees fires before the media'. It says nothing about a lead over emergency services.

ParametersJSON Schema
NameRequiredDescriptionDefault
limitNo

TDQS

A4.5/5.0
Behavior4/5

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

Annotations already show readOnlyHint=true, so no safety contradiction exists. The description adds valuable behavioral context beyond the annotation: the rolling 72-hour window, the specific comparison being made, and the limitation that emergency-services lead is not covered.

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 compact and front-loads the core content before adding a clarifying limitation. Every sentence adds information: what is documented, what fields are included, and what the data should not be used for. No filler or repetition.

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

Completeness5/5

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

For a read-only report tool with one optional parameter and no output schema, the description is complete: it states the time window, the exact comparison, the output fields, and the scope limitation. An agent has everything needed to invoke the tool and interpret its results correctly.

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 only parameter, limit, is fully specified by the schema with type, default, minimum, and maximum. The description does not add parameter-specific meaning, but for a simple optional pagination limit the schema already provides enough. Schema description coverage is 0%, but the parameter is self-explanatory.

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 exactly what the tool returns: documented cases where kanari's satellite signal preceded the first press article, including place, UTC timestamps, lead in minutes, and median. It also distinguishes the tool's scope from a lead over emergency services, making its purpose unmistakable.

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

Usage Guidelines5/5

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

The description explicitly positions this as 'the measured basis for kanari sees fires before the media' and explicitly warns that it says nothing about a lead over emergency services. This gives clear when-to-use and when-not-to-use guidance, even without naming a specific alternative sibling.

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

fire_detailsDetails of one archived wildfireA
Read-only
Inspect

Full record of an archived fire by its slug (from fire_archive_search or a kanari.io/fr/feu/ URL): timeline, detections per sensor, peak power, status, witness posts, first press article, aircraft observed on zone.

ParametersJSON Schema
NameRequiredDescriptionDefault
slugYes

TDQS

A4.4/5.0
Behavior4/5

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

The readOnly annotation covers the safety profile, so the description only needs to add contextual depth. It lists the record components (timeline, detections per sensor, peak power, aircraft observed, etc.), which goes beyond annotation and tells the agent what to expect.

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?

A single dense sentence that front-loads the core purpose, then provides source context and a colon-separated list of contents. Every clause earns its place; no wasted words.

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?

No output schema exists, so the description compensates by enumerating the expected record components. It is sufficiently complete for a one-parameter read-only fetch, though it does not address potential 'not found' cases or output structure details.

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?

Schema description coverage is 0%, so the description must carry the load for the sole parameter. It explains what a slug is and where to obtain it (fire_archive_search or kanari.io URL), though it does not mention the min/max length constraints or error behavior for invalid slugs.

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?

Clearly describes a full record retrieval for archived fires, identified by slug, and lists exact contents. The 'archived' qualifier distinguishes it from active_fires, and the reference to fire_archive_search distinguishes it from the search tool.

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?

States that the slug comes from fire_archive_search or a kanari.io URL, strongly implying when to use this tool: after a slug is obtained. The archived-fire framing gives context, though it does not explicitly exclude active_fires or say when not to use it.

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

firefighting_aircraftFirefighting aircraft in flightA
Read-only
Inspect

Near real-time ADS-B positions of water bombers and firefighting helicopters worldwide (Canadair CL-415/CL-215, Air Tractor Fire Boss, DC-10 / BAe 146 tankers, S-64 Air Crane, Firehawk…). Optional ISO-2 filter on the aircraft's country of registration. Aircraft fly in daylight: expect few results at night.

ParametersJSON Schema
NameRequiredDescriptionDefault
limitNo
countryNo

TDQS

A3.8/5.0
Behavior4/5

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

Annotations already declare readOnlyHint and openWorldHint. The description adds useful behavioral context: data is near real-time, globally scoped, and sparse at night because aircraft fly in daylight. This goes beyond the annotations without contradicting them.

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?

Three concise sentences front-load the core purpose, add a compact list of example aircraft types, then give a practical filter and timing caveat. There is no filler and every sentence earns its place.

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 simple read-only tool with no required parameters and no output schema, the description covers scope, freshness, filtering, and likely data availability. It does not describe the exact output fields, but the tool's purpose makes the return type reasonably inferable.

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 description explains the country parameter as an optional ISO-2 filter on the aircraft's country of registration, which is not in the schema. The limit parameter is left to its name and schema constraints, so compensation is only partial.

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

Purpose4/5

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

The description clearly identifies the resource: near real-time ADS-B positions of firefighting aircraft, with concrete aircraft types and a worldwide scope. It is distinguishable from the fire-event-oriented siblings, though it lacks an explicit verb like 'list' or 'retrieve'.

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 gives practical context such as 'worldwide', 'optional ISO-2 filter', and the daylight caveat, which helps an agent know when results are expected. However, it does not explicitly state when to prefer this tool over sibling tools like active_fires or fire_details.

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

wildfire_statsWildfire statistics (citable figures)A
Read-only
Inspect

Aggregated figures from kanari's archive for a period (today, 7d, 30d, a calendar month, or all since 2026-08-03), worldwide or for one ISO-2 country: number of significant fires, active ones, fires with witnesses or aircraft, peak power, daily series, most affected countries and French departments, biggest fires with URLs. Includes a ready-to-cite sentence with the source.

ParametersJSON Schema
NameRequiredDescriptionDefault
monthNorequired when period = month
periodNo7d
countryNo

TDQS

A4.1/5.0
Behavior4/5

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

Annotations already establish readOnlyHint=true and openWorldHint=true. The description adds useful context beyond those annotations: the archive source, supported time windows, the 'all since 2026-08-03' bound, and the ready-to-cite sentence with source attribution. It discloses the main behavioral characteristics without contradicting the annotations.

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 a single dense sentence that front-loads the core purpose and packs the behavior into a compact list. It has no filler, though the long comma-separated enumeration could be slightly harder to parse quickly.

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?

With no output schema present, the description appropriately enumerates the returned items: counts, peak power, daily series, affected regions, and biggest fires with URLs, plus the citation sentence. It omits the default period of 7d and the precise month-parameter condition, but those are available in the schema.

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?

Schema description coverage is only 33%, so the description compensates by spelling out period values, the ISO-2 country form, and the worldwide-or-single-country scope. It only indirectly conveys the month parameter's required-when-month relationship and format, which are left to the schema.

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 returns aggregated wildfire statistics from kanari's archive, with explicit period and geography options, and enumerates the metrics included. This distinguishes it from sibling tools like active_fires or fire_details by emphasizing aggregate, citable figures.

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 use when aggregated statistics or citable figures are needed, and it lists valid period and country inputs. However, it does not explicitly contrast with sibling tools or state when not to use this tool, leaving the decision rule to inference.

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

Tool Schema Changelog

Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. 6 tool updates
    • First observedactive_fires
    • First observedearliness_cases
    • First observedfire_archive_search
    • First observedfire_details
    • First observedfirefighting_aircraft
    • First observedwildfire_stats

Frequently Asked Questions

Discussions

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

Related MCP Connectors

Related MCP Servers

  • A
    license
    Not graded
    quality
    C
    maintenance
    62 live, cryptographically signed data tools for AI agents and robots: weather, natural hazards, flights, shipping, space, CVEs, sanctions, software versions, sea ice and more. Every datapoint carries source, licence, timestamp and an Ed25519 signature.
    15
    MIT
  • A
    license
    A
    quality
    A
    maintenance
    Description: Data-center, power & gas intelligence MCP server. 33 tools covering 21,000+ data-center facilities (170+ countries), 232 US power markets scored by the DC Hub Power Index (DCPI), 2,000+ tracked M\&A deals, ISO grid telemetry (PJM, ERCOT, CAISO, MISO, SPP, NYISO), fiber routes, energy pricing. License: Free to cite (CC-BY-4.0). Existing distribution: In the official MCP registry; indexe
    6
    83
    2
    MIT
Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

A4.3/5.0
Disambiguation5/5

Each tool targets a distinct aspect: current fire clusters, media-lead case studies, archive search, fire details, aircraft positions, and aggregate statistics. No two tools appear to serve the same purpose, so an agent can reliably select the right one.

Naming Consistency4/5

All tool names use lowercase snake_case and follow a consistent pattern of descriptive nouns plus an action or modifier (e.g., active_fires, fire_archive_search, wildfire_stats). Minor deviation like 'earliness_cases' uses an adjective, but the style is uniform and predictable.

Tool Count5/5

With 6 tools, the surface is well-scoped for a wildfire data provider. Each tool covers a discrete capability without redundancy, and the count is comfortably within the ideal 3-15 range.

Completeness5/5

The tool set covers current detection, historical search, detailed per-fire records, media lead evidence, active aircraft, and summary statistics. For a read-only wildfire information service, this is a complete lifecycle surface with no obvious dead ends.