Skip to main content
Glama

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" }
Install Server

Other Tools from supabase-mcp

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/DynamicEndpoints/supabase-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server