Skip to main content
Glama

update_suppression_rule

Point one existing suppression rule at another field and value, when a rule is too wide, too narrow or simply wrong. To retarget a rule, call list_suppression_rules to read the rule ids and their coverage, call preview_suppression_rule with the field and value you mean to move it to, then call this with the id and that field and value. The rule keeps its id, its author and the day it was added, so the notifications it withheld stay counted from then. The issues the old value hid return to the default list at once and are announced again from their next event; the issues the new value matches take their place. Use delete_suppression_rule instead when the whole rule should go.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesThe rule id (from list_suppression_rules)
fieldYesSERVICE, ENVIRONMENT, EXCEPTION_TYPE or TITLE
valueYesThe literal value to match, 1 to 200 characters

Schema Changelog

Changes observed during successful MCP inspections.

  1. Added

TDQS

A4.6/5.0
Behavior5/5

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

With no annotations, the description carries the full burden and does so: the rule keeps its id, author and creation day, so withheld notification counts persist; issues hidden by the old value return to the default list immediately and are announced again from their next event; issues matching the new value take their place. This is exactly the side-effect detail a mutation tool needs.

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?

Purpose and trigger are front-loaded, and the workflow, side effects and alternative follow in a logical order. It runs five sentences and is denser than strictly necessary, but nearly every clause carries decision-relevant information rather than filler.

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 three-parameter mutation tool with no annotations and no output schema, the description supplies the prerequisites, the ordering, the preservation semantics, the immediate visibility change and the exit path to deletion. Nothing an agent needs to invoke it correctly is missing.

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 description coverage is 100%, so the schema already documents id, field (SERVICE/ENVIRONMENT/EXCEPTION_TYPE/TITLE) and value. The description reinforces provenance of the id and the 'move it to' semantics of field/value, but adds no syntax or format detail beyond the schema, so the baseline 3 applies.

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?

States a specific verb and resource — retargeting one existing suppression rule to another field and value — and immediately frames it against the alternative (delete_suppression_rule when the rule should go entirely). An agent can distinguish it from create_suppression_rule, preview_suppression_rule and delete_suppression_rule without opening any schema.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Gives an explicit trigger ('when a rule is too wide, too narrow or simply wrong') and a concrete three-step workflow naming the prerequisite tools (list_suppression_rules for ids, preview_suppression_rule to validate the target field/value). It also states the when-not case with the named alternative, delete_suppression_rule.

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