Skip to main content
Glama

nexo_guardian_rule_override

Temporarily change a Guardian rule's mode (off/shadow/soft/hard) for a set duration to reduce noise during incidents, without server restart.

Instructions

Temporarily override a Guardian rule's mode (Plan Consolidado 0.17).

Writes to ~/.nexo/config/guardian-runtime-overrides.json which guardian_config.rule_mode already honours at read time. Useful when a rule is noisy during an incident and needs to drop to shadow for an hour without a server restart.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
rule_idYesThe full rule identifier (e.g. ``R13_pre_edit_guard``).
modeNoOne of ``off`` / ``shadow`` / ``soft`` / ``hard``. Pass empty string together with a rule_id to clear an existing override. Core rules (R13/R14/R16/R25/R30) reject ``off``.
ttlNoWindow for the override. One of ``1h`` / ``24h`` / ``session`` (session = 12 h best-effort cap). Default ``24h``.24h
Behavior4/5

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

With no annotations, the description carries the full transparency burden. It discloses that the tool writes to a specific JSON file and that the override is temporary (no server restart needed). It does not cover all potential side effects (e.g., interactions with multiple overrides) but provides essential behavioral context.

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 two sentences long, front-loading the core purpose and then adding a concrete use case. Every word is purposeful; no extraneous information. This is an ideal length for quick comprehension.

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?

The tool has no output schema, so the description could mention what the tool returns. However, for a simple override tool, the provided information is largely sufficient. The description omits the ability to clear an override (which is documented in the schema), but the schema covers that gap, so overall completeness is good.

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% with detailed parameter descriptions. The tool's description adds no additional parameter semantics beyond the schema; it only reiterates the use case. Therefore, the description provides minimal added value for parameter understanding beyond what the schema already offers.

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's purpose: temporarily override a Guardian rule's mode. It specifies the verb ('override'), resource ('Guardian rule'), and scope ('temporarily'). Among the sibling tools, no other tool does this, so it is well-distinguished.

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 a concrete use case ('when a rule is noisy during an incident and needs to drop to shadow for an hour without a server restart'), which helps the agent understand when to use it. However, it does not explicitly mention when not to use it or list alternative approaches.

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/wazionapps/nexo'

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