cldkctl_registry_available_member
Check available registry members for a project using the MCP cldkctl Server. Input the project ID to verify accessible members in the Cloudeka registry.
Instructions
Call the cldkctl_registry_available_member endpoint
Input Schema
Name | Required | Description | Default |
---|---|---|---|
project_id | Yes | Project ID |
Input Schema (JSON Schema)
{
"properties": {
"project_id": {
"description": "Project ID",
"type": "string"
}
},
"required": [
"project_id"
],
"type": "object"
}