whistle-mcp

by 7gugu
Verified

removeValueFromGroup

Remove a specified value from a group within the Whistle MCP Server to streamline proxy management and maintain organized rule configurations.

Instructions

将值移出分组

Input Schema

NameRequiredDescriptionDefault
valueNameYes值名称

Input Schema (JSON Schema)

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