Netskope MCP Server

listPolicyRules

Retrieve and manage Netskope policy rules by specifying filters like number of rules, sorting order, and offset for organized rule retrieval and configuration.

Input Schema

NameRequiredDescriptionDefault
limitNoMaximum number of rules to return
offsetNoNumber of rules to skip
sortbyNoField to sort by
sortorderNoSort order (asc/desc)

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "limit": { "description": "Maximum number of rules to return", "type": "number" }, "offset": { "description": "Number of rules to skip", "type": "number" }, "sortby": { "description": "Field to sort by", "type": "string" }, "sortorder": { "description": "Sort order (asc/desc)", "type": "string" } }, "type": "object" }
ID: fbsq8oidqv