Skip to main content
Glama

Netskope MCP Server

by johnneerdael

deletePublisherAssociation

Remove associations between selected private applications and publishers on the Netskope MCP Server to manage access and permissions effectively.

Input Schema

NameRequiredDescriptionDefault
private_app_idsYesArray of private application 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 application 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