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
Name | Required | Description | Default |
---|---|---|---|
valueName | Yes | 值名称 |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {
"valueName": {
"description": "值名称",
"type": "string"
}
},
"required": [
"valueName"
],
"type": "object"
}