cldkctl_notebook_list
List all notebooks associated with a specific project by providing the project ID using the cldkctl_notebook_list tool on the MCP cldkctl Server.
Instructions
Call the cldkctl_notebook_list 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"
}