Skip to main content
Glama

JFrog MCP Server

Official
by jfrog

jfrog_list_permission_targets

Retrieve a list of all permission targets in the JFrog Platform for access management, supporting pagination with cursor and limit parameters.

Instructions

Get a list of all permission targets in the JFrog platform

Input Schema

NameRequiredDescriptionDefault
cursorNoCursor for pagination
limitNoLimit the number of results

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "cursor": { "description": "Cursor for pagination", "type": "string" }, "limit": { "description": "Limit the number of results", "type": "number" } }, "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/jfrog/mcp-jfrog'

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