Gremlin · Capability
Gremlin API — roles
Gremlin API — roles. 5 operations. Lead operation: Returns all roles and privileges. Self-contained Naftiko capability covering one Gremlin business surface.
What You Can Do
GET
Getrolesandprivileges
— Returns all roles and privileges
/v1/roles
POST
Createcustomrole
— Create a new custom role
/v1/roles
GET
Getrole
— Get a custom role
/v1/roles/{roleid}
DELETE
Deletecustomrole
— Delete a custom role
/v1/roles/{roleid}
PATCH
Updatecustomrole
— Update a custom role
/v1/roles/{roleid}
MCP Tools
returns-all-roles-and-privileges
Returns all roles and privileges
read-only
idempotent
create-new-custom-role
Create a new custom role
get-custom-role
Get a custom role
read-only
idempotent
delete-custom-role
Delete a custom role
idempotent
update-custom-role
Update a custom role
idempotent