Skip to main content
Glama

fmea_risk_gate

Compute Risk Priority Number and receive a go/no-go verdict for any risky action. Assess severity, probability, and detectability to quantify risk before proceeding.

Instructions

⚙️ FMEA Risk Gate — Computes Risk Priority Number and returns a go/no-go verdict. Call BEFORE any risky action to get a quantified risk assessment.

Args: action: The action to evaluate severity: How bad if it fails (1-5, where 5=catastrophic) probability: How likely to fail (1-5, where 5=certain) detectability: How hard to detect failure (1-5, where 5=invisible)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
actionYes
severityYes
probabilityYes
detectabilityYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

With no annotations, description carries full burden. It states computing RPN and returning verdict, but lacks details on threshold, side effects, or idempotency. Adequate but not detailed.

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?

Two sentences plus concise parameter list. Front-loaded with purpose, no wasted words.

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 simple gate with output schema existing, the description covers what it does and parameter meanings completely. No need to explain return values per rules.

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

Parameters5/5

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

Schema coverage is 0%; description fully compensates by explaining each parameter's meaning and scale (1-5) for severity, probability, detectability.

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?

Specifically states it computes Risk Priority Number and returns a go/no-go verdict. Distinguishes from siblings like 'fmea_analysis' by being a gate for risky actions.

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?

Explicitly tells when to use: 'Call BEFORE any risky action'. No exclusions or alternatives mentioned, but the context is clear.

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/Snehgabani/elite-reasoning-mcp'

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