Skip to content

remove_custom_rule

destructive Mutates server state.

Remove a custom rule by ID.

Arguments

ArgumentTypeRequiredDescription
idstringID of the rule to remove

Example

json
{
  "name": "remove_custom_rule",
  "arguments": {
    "id": "example"
  }
}

Generated from TOOL_DEFINITIONS in src/server/tools.ts — do not edit by hand. Source: tools.ts.