get_auth_user
Retrieve user details from Supabase authentication by providing a user ID. This tool fetches specific user information from the auth.users table in self-hosted Supabase instances.
Instructions
Retrieves details for a specific user from auth.users by their ID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| user_id | Yes | The UUID of the user to retrieve. |