whistle-mcp

by 7gugu
Verified

renameValueGroup

Rename a value group in the Whistle MCP Server by specifying the current group name and the desired new name for efficient proxy management.

Instructions

重命名值分组

Input Schema

NameRequiredDescriptionDefault
groupNameYes分组现有名称
newNameYes分组的新名称

Input Schema (JSON Schema)

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