Skip to main content
Glama

JFrog MCP Server

Official
by jfrog

jfrog_get_permission_target

Retrieve detailed information about a specific permission target in JFrog Platform using the MCP Server. Specify the target name to access its configuration and access rules.

Instructions

Get detailed information about a specific permission target

Input Schema

NameRequiredDescriptionDefault
nameYesThe name of the permission target to retrieve

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "name": { "description": "The name of the permission target to retrieve", "type": "string" } }, "required": [ "name" ], "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