Skip to main content
Glama

Netskope MCP Server

by johnneerdael

updatePrivateAppTags

Update tags for specific private applications in Netskope MCP Server by providing an array of app IDs and associated tags to ensure accurate classification and management.

Input Schema

NameRequiredDescriptionDefault
idsYesArray of private app IDs
tagsYesArray of tags to update

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "ids": { "description": "Array of private app IDs", "items": { "type": "string" }, "type": "array" }, "tags": { "description": "Array of tags to update", "items": { "additionalProperties": false, "properties": { "tag_name": { "description": "Name of the tag", "type": "string" } }, "required": [ "tag_name" ], "type": "object" }, "type": "array" } }, "required": [ "ids", "tags" ], "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