cldkctl_project_detail
Retrieve detailed project information by calling the cldkctl_project_detail endpoint. Input the project ID to access specific data via the MCP cldkctl Server.
Instructions
Call the cldkctl_project_detail endpoint
Input Schema
Name | Required | Description | Default |
---|---|---|---|
project_id | Yes | ID of the project |
Input Schema (JSON Schema)
{
"properties": {
"project_id": {
"description": "ID of the project",
"type": "string"
}
},
"required": [
"project_id"
],
"type": "object"
}