Snowflake · Capability
Snowflake Pipe API — pipe
Snowflake Pipe API — pipe. 5 operations. Lead operation: List Pipes. Self-contained Naftiko capability covering one Snowflake business surface.
What You Can Do
GET
Listpipes
— List Pipes
/v1/api/v2/databases/{database}/schemas/{schema}/pipes
POST
Createpipe
— Create a Pipe
/v1/api/v2/databases/{database}/schemas/{schema}/pipes
GET
Fetchpipe
— Fetch a Pipe
/v1/api/v2/databases/{database}/schemas/{schema}/pipes/{name}
DELETE
Deletepipe
— Delete a Pipe
/v1/api/v2/databases/{database}/schemas/{schema}/pipes/{name}
POST
Refreshpipe
— Refresh the Pipe
/v1/api/v2/databases/{database}/schemas/{schema}/pipes/name-refresh
MCP Tools
list-pipes
List Pipes
read-only
idempotent
create-pipe
Create a Pipe
fetch-pipe
Fetch a Pipe
read-only
idempotent
delete-pipe
Delete a Pipe
idempotent
refresh-pipe
Refresh the Pipe