Netskope MCP Server

getPrivateApp

Retrieve details of a private app by its unique identifier using the MCP protocol for Netskope infrastructure management.

Input Schema

NameRequiredDescriptionDefault
idYesUnique identifier of the private app

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "id": { "description": "Unique identifier of the private app", "type": "string" } }, "required": [ "id" ], "type": "object" }
ID: fbsq8oidqv