whistle-mcp

by 7gugu
Verified

removeRuleFromGroup

Remove a specific rule from its group using the Whistle MCP Server. This tool enables precise management of proxy server rules by isolating and deleting unwanted configurations.

Instructions

将规则移出分组

Input Schema

NameRequiredDescriptionDefault
ruleNameYes规则名称

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "ruleName": { "description": "规则名称", "type": "string" } }, "required": [ "ruleName" ], "type": "object" }
ID: xtjvndsy4c