whistle-mcp

by 7gugu
Verified

deleteValueGroup

Remove specified value groups in the Whistle MCP Server to manage proxy rules effectively and optimize network request handling.

Instructions

删除值分组

Input Schema

NameRequiredDescriptionDefault
groupNameYes分组名称

Input Schema (JSON Schema)

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