cldkctl_get_namespace
Retrieve namespace information for a specific project by calling the cldkctl_get_namespace endpoint on the MCP cldkctl Server.
Instructions
Call the cldkctl_get_namespace 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"
}