Skip to main content
Glama

Netskope MCP Server

by johnneerdael

listPrivateApps

Retrieve a list of private apps using customizable filters, search queries, and pagination to manage Netskope infrastructure effectively.

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

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