cldkctl_registry_list
Retrieve a list of registries by providing a Project ID and optional page number. Use this endpoint to manage and access registry data efficiently within the MCP cldkctl Server.
Instructions
Call the cldkctl_registry_list endpoint
Input Schema
Name | Required | Description | Default |
---|---|---|---|
page | No | Page number (default 1) | |
project-id | No | Project ID (hyphenated, as required by backend) |
Input Schema (JSON Schema)
{
"properties": {
"page": {
"description": "Page number (default 1)",
"type": "string"
},
"project-id": {
"description": "Project ID (hyphenated, as required by backend)",
"type": "string"
}
},
"required": [],
"type": "object"
}