cldkctl_registry_detail
Retrieve detailed information about a specified registry using its ID through the MCP cldkctl Server for streamlined management and access.
Instructions
Call the cldkctl_registry_detail endpoint
Input Schema
Name | Required | Description | Default |
---|---|---|---|
registry_id | Yes | Registry ID |
Input Schema (JSON Schema)
{
"properties": {
"registry_id": {
"description": "Registry ID",
"type": "string"
}
},
"required": [
"registry_id"
],
"type": "object"
}