Netskope MCP Server

updateLocalBroker

Modify the name of a local broker in the Netskope MCP Server by providing the broker ID and updated name to align with your infrastructure requirements.

Input Schema

NameRequiredDescriptionDefault
idYes
nameYesNew name for the local broker

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "id": { "type": "number" }, "name": { "description": "New name for the local broker", "type": "string" } }, "required": [ "name", "id" ], "type": "object" }
ID: fbsq8oidqv