Skip to main content
Glama

supabase-mcp

remove_user_role

Remove a specific role from a user in Supabase database. Input requires user ID and role name to ensure accurate role management.

Instructions

Remove a role from 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

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