Skip to main content
Glama

major_incident_check

Quick check: would these criteria values classify as a MAJOR incident? No incident record needed — use for pre-assessment.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
data_lossesNo
duration_hoursNo
clients_affectedNo
geographic_spreadNo
economic_impact_eurNo
criticality_of_servicesNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A3.5/5.0
Behavior3/5

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

Without annotations, the description carries the burden of disclosing behavior. It states 'No incident record needed,' suggesting a non-persistent check, but doesn't mention side effects, output format, or any other behavioral details.

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 a single, tightly worded sentence that front-loads the purpose and includes a useful qualifier about not needing an incident record. Every word earns its place.

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

Completeness2/5

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

With six undocumented parameters, no output schema, and no annotations, the description is too sparse to fully inform an agent. It clarifies the high-level purpose but doesn't explain how to populate inputs or interpret the classification result.

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

Parameters1/5

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

The schema has zero parameter descriptions (0% coverage), and the description makes no attempt to explain the six parameters or their values. Phrases like 'criteria values' are generic and don't add meaning beyond the bare parameter names in 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 checks if criteria values classify as a MAJOR incident, using a specific verb ('check') and resource ('criteria values'), and distinguishes from record-creating tools by saying 'No incident record needed.'

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 provides clear context for when to use the tool ('for pre-assessment') and implies when not to use it ('No incident record needed'), but it doesn't name specific alternative tools or provide explicit exclusions.

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.