Skip to main content
Glama

Netskope MCP Server

by johnneerdael

updatePrivateAppPublishers

Associates specified private app IDs with designated publisher IDs in Netskope infrastructure, enabling efficient management of app-publisher relationships via the MCP server.

Input Schema

NameRequiredDescriptionDefault
private_app_idsYesArray of private app IDs
publisher_idsYesArray of publisher IDs

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "private_app_ids": { "description": "Array of private app IDs", "items": { "type": "string" }, "type": "array" }, "publisher_ids": { "description": "Array of publisher IDs", "items": { "type": "string" }, "type": "array" } }, "required": [ "private_app_ids", "publisher_ids" ], "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