cldkctl_registry_member_list
Retrieve a list of members associated with a specified registry ID using the MCP cldkctl Server, enabling efficient management and access to registry details.
Instructions
Call the cldkctl_registry_member_list 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"
}