Snowflake · Capability
Snowflake Event Table API — event-table
Snowflake Event Table API — event-table. 5 operations. Lead operation: List Event Tables. Self-contained Naftiko capability covering one Snowflake business surface.
What You Can Do
GET
Listeventtables
— List Event Tables
/v1/api/v2/databases/{database}/schemas/{schema}/event-tables
POST
Createeventtable
— Create an Event Table
/v1/api/v2/databases/{database}/schemas/{schema}/event-tables
GET
Fetcheventtable
— Fetch an Event Table
/v1/api/v2/databases/{database}/schemas/{schema}/event-tables/{name}
DELETE
Deleteeventtable
— Delete an Event Table
/v1/api/v2/databases/{database}/schemas/{schema}/event-tables/{name}
POST
Renameeventtable
— Rename the Event Table
/v1/api/v2/databases/{database}/schemas/{schema}/event-tables/name-rename
MCP Tools
list-event-tables
List Event Tables
read-only
idempotent
create-event-table
Create an Event Table
fetch-event-table
Fetch an Event Table
read-only
idempotent
delete-event-table
Delete an Event Table
idempotent
rename-event-table
Rename the Event Table