Skip to main content
Glama

JFrog MCP Server

Official
by jfrog

jfrog_delete_permission_resource

Remove a specific resource type from a permission target in the JFrog MCP Server. Specify the permission target name and resource type (artifact, release_bundle, or build) to delete.

Instructions

Delete a specific resource type from a permission target

Input Schema

NameRequiredDescriptionDefault
nameYesThe name of the permission target
resourceTypeYesThe type of resource to delete

Input Schema (JSON Schema)

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