Netskope MCP Server

listPrivateApps

Input Schema

NameRequiredDescriptionDefault
filterNoFilter expression
limitNoMaximum number of apps to return
offsetNoNumber of apps to skip
queryNoSearch query

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "filter": { "description": "Filter expression", "type": "string" }, "limit": { "description": "Maximum number of apps to return", "type": "number" }, "offset": { "description": "Number of apps to skip", "type": "number" }, "query": { "description": "Search query", "type": "string" } }, "type": "object" }