supabase-mcp

assign_user_role

Assign specific roles to users in a Supabase database to manage access and permissions effectively. Input user ID and role name to configure user-level authorization.

Instructions

Assign a role to a user

Input Schema

NameRequiredDescriptionDefault
roleYesRole name
user_idYesUser ID

Input Schema (JSON Schema)

{ "properties": { "role": { "description": "Role name", "type": "string" }, "user_id": { "description": "User ID", "type": "string" } }, "required": [ "user_id", "role" ], "type": "object" }

You must be authenticated.

Other Tools from supabase-mcp

Related Tools

ID: vwi6nt8i80