Skip to main content
Glama
Hug0x0

mcp-reunion

reunion_search_road_accidents

Search road accident records from La Réunion's BAAC database (2016-2019). Filter by year, severity, commune, and limit. Returns accident details including location, severity, and conditions. Sorted by most recent.

Instructions

Search records from the BAAC (Bulletin d'Analyse des Accidents Corporels de la Circulation) for La Réunion, covering 2016-2019. Each row is one road accident with personal injury. Returns accident ID, datetime, commune, address, lat/lon, severity, weather (atm), luminosity (lum), collision type, road category (catr), max speed limit. Sorted most recent first. Source: ONISR via data.regionreunion.com.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
yearNoYear filter (4 digits, 2016-2019)
severityNoSeverity code per BAAC schema: 1 = indemne (unharmed), 2 = tué (killed), 3 = blessé hospitalisé (hospitalized), 4 = blessé léger (light injury)
communeNoCommune name prefix match
limitNoMax accidents to return (1-200, default 50)
Behavior3/5

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

No annotations are provided, so the description carries the burden. It states the tool returns specific fields and is sorted most recent first, but does not disclose rate limits, authentication, data freshness, or other behavioral traits. The source citation is helpful.

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 four sentences, front-loading the data source and time range, then listing output fields, sort order, and source. No wasted words, clear and well-structured.

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?

Despite no output schema, the description fully enumerates returned fields and specifies sorting and data source. Given the simple search functionality and 4 parameters, the description is complete enough to use the tool effectively.

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% with clear descriptions for all parameters. The description adds context about output fields but does not add meaning beyond the schema for the parameters themselves. Baseline score applies.

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 road accident records from BAAC for La Réunion, covering 2016-2019, and lists returned fields. It distinguishes from sibling tools like reunion_get_road_classification, which focus on other road 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 searching accident records, but does not explicitly state when to use this tool versus alternative search tools or other road-related tools. No exclusions or alternative guidance provided.

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

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Hug0x0/mcp-reunion'

If you have feedback or need assistance with the MCP directory API, please join our Discord server