Netskope MCP Server

listPolicyRules

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" }