remove_custom_rule
Mutates server state.
Remove a custom rule by ID.
Arguments
| Argument | Type | Required | Description |
|---|---|---|---|
id | string | ✅ | ID of the rule to remove |
Example
json
{
"name": "remove_custom_rule",
"arguments": {
"id": "example"
}
}Generated from
TOOL_DEFINITIONSinsrc/server/tools.ts— do not edit by hand. Source: tools.ts.