Skip to main content
Glama

Netskope MCP Server

by johnneerdael

bulkUpgradePublishers

Upgrade multiple publishers simultaneously on the Netskope MCP Server by specifying publisher IDs and initiating an upgrade request.

Input Schema

NameRequiredDescriptionDefault
publishersYesPublishers to upgrade

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "publishers": { "additionalProperties": false, "description": "Publishers to upgrade", "properties": { "apply": { "additionalProperties": false, "description": "Upgrade action to apply", "properties": { "upgrade_request": { "description": "Whether to initiate upgrade", "type": "boolean" } }, "required": [ "upgrade_request" ], "type": "object" }, "id": { "description": "Array of publisher IDs to upgrade", "items": { "type": "string" }, "type": "array" } }, "required": [ "apply", "id" ], "type": "object" } }, "required": [ "publishers" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/johnneerdael/netskope-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server