cldkctl_get_custom_resources
Retrieve custom resources for a specific project by calling the MCP cldkctl Server endpoint, enabling efficient resource management and querying.
Instructions
Call the cldkctl_get_custom_resources 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"
}