update-role-permissions
Modify role permissions in Float MCP server by setting new permissions for a specific role, with options to replace or merge with existing permissions.
Instructions
Update permissions for a specific role
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| role_id | Yes | The role ID (role_id) | |
| permissions | Yes | New list of permissions for this role | |
| replace | No | Whether to replace all permissions (true) or merge with existing (false) |