Skip to main content
Glama

MCP cldkctl Server

by raffelprama
MIT License
  • Linux
  • Apple

cldkctl_registry_artifact_add_label

Add a label to a specific artifact in the registry using the cldkctl tool on the MCP cldkctl Server. Requires artifact ID and label ID for precise tagging.

Instructions

Call the cldkctl_registry_artifact_add_label endpoint

Input Schema

NameRequiredDescriptionDefault
artifact_idYesArtifact ID
label_idYesLabel ID

Input Schema (JSON Schema)

{ "properties": { "artifact_id": { "description": "Artifact ID", "type": "string" }, "label_id": { "description": "Label ID", "type": "string" } }, "required": [ "artifact_id", "label_id" ], "type": "object" }
Install Server

Other Tools from MCP cldkctl Server

Related Tools

    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/raffelprama/mcp-cldkctl'

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