whistle-mcp

by 7gugu
Verified

createValue

Generate and define new values within the Whistle MCP Server to streamline proxy management, enabling efficient rule and group configuration.

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