Netskope MCP Server

getPolicyInUse

Retrieve active policies applied to specified private apps using the Netskope MCP Server. Verify and manage policy enforcement efficiently for secure app usage.

Input Schema

NameRequiredDescriptionDefault
idsYesArray of private app IDs

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "ids": { "description": "Array of private app IDs", "items": { "type": "string" }, "type": "array" } }, "required": [ "ids" ], "type": "object" }
ID: fbsq8oidqv