whistle-mcp

by 7gugu
Verified

deleteRule

Remove specific rules from the Whistle MCP Server to streamline proxy management. Input the rule name to delete it, ensuring efficient control over network request 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