Skip to main content
Glama

JFrog MCP Server

Official
by jfrog

jfrog_set_folder_property

Assign custom properties to folders in JFrog Artifactory, with options to apply changes recursively across sub-folders for consistent metadata management.

Instructions

Set properties on a folder in Artifactory, with optional recursive application

Input Schema

NameRequiredDescriptionDefault
folderPathYesPath to the folder where properties should be set
propertiesYesKey-value pairs of properties to set
recursiveNoWhether to apply properties recursively to sub-folders

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "folderPath": { "description": "Path to the folder where properties should be set", "type": "string" }, "properties": { "additionalProperties": { "type": "string" }, "description": "Key-value pairs of properties to set", "type": "object" }, "recursive": { "default": false, "description": "Whether to apply properties recursively to sub-folders", "type": "boolean" } }, "required": [ "folderPath", "properties" ], "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