deleteGroup
Remove a specific group from the Whistle MCP Server by specifying the group name. This tool helps manage proxy configurations and streamline network request operations.
Instructions
删除分组
Input Schema
Name | Required | Description | Default |
---|---|---|---|
groupName | Yes | 分组名称 |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {
"groupName": {
"description": "分组名称",
"type": "string"
}
},
"required": [
"groupName"
],
"type": "object"
}