Skip to main content
Glama

get_actions_correctives

Retourne les actions correctives réglementaires à mettre en place face aux 6 non-conformités les plus fréquentes en restauration : que faire en cas de frigo trop chaud, produit périmé en stock, rupture de chaîne du froid à la réception, livraison non conforme, présence de nuisibles ou plan de nettoyage non réalisé. Pour chaque non-conformité : action immédiate (30 premières minutes), action documentaire à inscrire dans le PMS, délai de résolution, conditions d'alerte DDPP et exemple concret de fiche de correction.

[EN] Returns regulatory corrective actions for the 6 most common catering non-conformities (fridge too warm, expired product, cold-chain break, non-compliant delivery, pests, cleaning not done): immediate action, PMS documentation, deadlines, when to alert the DDPP. Optional 'type_non_conformite'.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
type_non_conformiteNoFiltre optionnel par type de non-conformité. Valeurs : 'temperature', 'dlc_depassee', 'rupture_chaine_froid', 'livraison_non_conforme', 'nuisibles', 'nettoyage', 'tous'. Si absent ou 'tous', renvoie l'ensemble des non-conformités.

TDQS

A4/5.0
Behavior4/5

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

With no annotations, the description carries the full burden of behavioral disclosure. It reveals the tool's scope (only 6 most common non-conformities), the response structure (immediate action, PMS documentation, deadlines, DDPP alert conditions, example), and the optionality of the filter. This is useful context, though it does not address error handling or side effects.

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 front-loads the main purpose and uses detailed specifics to convey what the tool returns. The bilingual redundancy is a minor inefficiency, but each sentence provides substantive value, making it appropriately concise for the tool's complexity.

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 lacking an output schema, the description thoroughly specifies the return content: non-conformity types and the exact fields for each (immediate action, documentation, deadlines, DDPP alerts, example). Given only one optional parameter and full schema documentation, this is complete enough for correct selection and invocation.

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 describes the sole parameter exhaustively, listing allowed values and default behavior when absent (schema coverage 100%). The description only restates that the parameter is optional, adding no new meaning. Baseline 3 is appropriate when 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 identifies the tool as returning regulatory corrective actions for six specific non-conformities, enumerating all six and the detailed content of each response (immediate action, documentation, deadlines, DDPP alert conditions, example). This distinguishes it from sibling tools focused on temperatures, DLC, and HACCP plans.

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 the usage context—when you need corrective actions for catering non-conformities—but it does not explicitly state when to prefer this tool over siblings or provide exclusions. The mention of an optional filter is a parameter hint, not usage guidance.

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

A3.9/5.0
Disambiguation4/5

Most tools have a clearly distinct purpose, but there are a few potentially confusable pairs: get_haccp_temperatures vs get_temperatures_cuisson, get_score_alimconfiance vs get_alimconfiance_etablissement, and get_rappels_produits_actifs vs get_rappels_par_categorie_etablissement. The descriptions explicitly cross-reference these, reducing ambiguity, but an agent could still misselect without careful reading.

Naming Consistency4/5

18 of 19 tools follow the consistent 'get_' + noun pattern (e.g., get_actions_correctives, get_seuils_microbiologiques). The lone exception is 'compare_solutions_haccp', which uses a different verb but still follows a verb_noun structure. This minor deviation keeps the set mostly predictable.

Tool Count3/5

With 19 tools, the count sits in the borderline-heavy range (16-25). The breadth is justified for a comprehensive HACCP regulatory assistant, but some tools like compare_solutions_haccp feel peripheral to the core compliance theme, making the set feel slightly overstuffed.

Completeness4/5

The set covers the HACCP domain extensively: temperatures, cooking, DLC, allergens, recalls, cleaning plans, checklists, corrective actions, DDPP documents, sanctions, training, and Alim'confiance. Minor gaps exist, such as no tool for generating a full HACCP plan document or tracking ongoing temperature logs, but for an informational/regulatory lookup server, coverage is strong.

Resources