Skip to main content
Glama

wyrm_failure_record

Record an approach that FAILED so it is blocked next time (the counter-pattern firewall). Capture the scope, what it was tried on, and what went wrong.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
scopeNoclass of thing, e.g. 'fix','approach','config'
targetYeswhat it was tried on
workspaceNoProject/workspace to scope to (defaults to this connection's workspace; isolates work streams within your account)
descriptionYesthe approach that failed and must not be repeated

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

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 behavioral burden, and it discloses the key side effect: the recorded failure 'is blocked next time,' framing the tool as a 'counter-pattern firewall.' It does not discuss duplicate/overwrite semantics or reversibility, but the principal persistent effect is explicit.

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 with no filler: the first states action and effect, the second tells the agent what to capture. The parenthetical metaphor is compact and does not detract.

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 four-parameter, no-output-schema tool, the description is largely complete: it covers purpose, key side effect, and the required input fields. It could mention the optional workspace default or how a blocked failure surfaces, but the schema already documents workspace and the core behavior is stated.

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 coverage is 100%, so the baseline is 3. The description's 'Capture the scope, what it was tried on, and what went wrong' maps directly to scope/target/description but adds no new information beyond the property descriptions already present.

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 uses a specific verb and resource: 'Record an approach that FAILED' and explains the intended consequence, 'so it is blocked next time.' It is clearly distinguishable from failure_check/resolve/list by its record action, though it does not explicitly name a sibling for contrast.

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?

It gives clear context for use: after an approach has failed and should not be repeated. It implies the exclusion of non-failed approaches and does not mislead, but it does not explicitly name alternatives like wyrm_failure_check or wyrm_failure_resolve.

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.

Resources