cldkctl_registry_overview
Retrieve detailed registry information by querying the registry ID using the MCP cldkctl Server API endpoint.
Instructions
Call the cldkctl_registry_overview 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"
}