Snowflake · Capability
Snowflake Notebook API — notebook
Snowflake Notebook API — notebook. 8 operations. Lead operation: List Notebooks. Self-contained Naftiko capability covering one Snowflake business surface.
What You Can Do
GET
Listnotebooks
— List Notebooks
/v1/api/v2/databases/{database}/schemas/{schema}/notebooks
POST
Createnotebook
— Create a Notebook
/v1/api/v2/databases/{database}/schemas/{schema}/notebooks
GET
Fetchnotebook
— Fetch a Notebook
/v1/api/v2/databases/{database}/schemas/{schema}/notebooks/{name}
DELETE
Deletenotebook
— Delete a Notebook
/v1/api/v2/databases/{database}/schemas/{schema}/notebooks/{name}
POST
Addliveversionnotebook
— Adds a Live Version to the Notebook
/v1/api/v2/databases/{database}/schemas/{schema}/notebooks/name-add-live-version
POST
Commitnotebook
— Commits the Live Version of the Notebook
/v1/api/v2/databases/{database}/schemas/{schema}/notebooks/name-commit
POST
Executenotebook
— Execute a Notebook
/v1/api/v2/databases/{database}/schemas/{schema}/notebooks/name-execute
POST
Renamenotebook
— Changes the Name of the Notebook to New Name.
/v1/api/v2/databases/{database}/schemas/{schema}/notebooks/name-rename
MCP Tools
list-notebooks
List Notebooks
read-only
idempotent
create-notebook
Create a Notebook
fetch-notebook
Fetch a Notebook
read-only
idempotent
delete-notebook
Delete a Notebook
idempotent
adds-live-version-notebook
Adds a Live Version to the Notebook
commits-live-version-notebook
Commits the Live Version of the Notebook
execute-notebook
Execute a Notebook
changes-name-notebook-new-name
Changes the Name of the Notebook to New Name.