Skip to main content
Glama

Netskope MCP Server

by johnneerdael

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

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/johnneerdael/netskope-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server