whistle-mcp

by 7gugu
Verified

createGroup

Creates a new group for organizing and managing Whistle proxy rules and configurations using the Whistle MCP Server. Simplifies proxy management by enabling structured rule grouping.

Instructions

创建新分组

Input Schema

NameRequiredDescriptionDefault
nameYes分组名称

Input Schema (JSON Schema)

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