Snowflake · Capability
Snowflake Role API — role
Snowflake Role API — role. 11 operations. Lead operation: List Roles. Self-contained Naftiko capability covering one Snowflake business surface.
What You Can Do
GET
Listroles
— List Roles
/v1/api/v2/roles
POST
Createrole
— Create a Role
/v1/api/v2/roles
DELETE
Deleterole
— Delete a Role
/v1/api/v2/roles/{name}
GET
Listfuturegrants
— List All Future Grants to the Role
/v1/api/v2/roles/{name}/future-grants
POST
Grantfutureprivileges
— Grant Future Privileges to the Role
/v1/api/v2/roles/{name}/future-grants
POST
Revokefuturegrants
— Revoke Future Grants From the Role
/v1/api/v2/roles/{name}/future-grants-revoke
GET
Listgrants
— List All Grants to the Role
/v1/api/v2/roles/{name}/grants
POST
Grantprivileges
— Grant Privileges to the Role
/v1/api/v2/roles/{name}/grants
GET
Listgrantsof
— List All Grants of the Role
/v1/api/v2/roles/{name}/grants-of
GET
Listgrantson
— List All Grants on the Role
/v1/api/v2/roles/{name}/grants-on
POST
Revokegrants
— Revoke Grants From the Role
/v1/api/v2/roles/{name}/grants-revoke
MCP Tools
list-roles
List Roles
read-only
idempotent
create-role
Create a Role
delete-role
Delete a Role
idempotent
list-all-future-grants-role
List All Future Grants to the Role
read-only
idempotent
grant-future-privileges-role
Grant Future Privileges to the Role
revoke-future-grants-role
Revoke Future Grants From the Role
list-all-grants-role
List All Grants to the Role
read-only
idempotent
grant-privileges-role
Grant Privileges to the Role
list-all-grants-role-2
List All Grants of the Role
read-only
idempotent
list-all-grants-role-3
List All Grants on the Role
read-only
idempotent
revoke-grants-role
Revoke Grants From the Role