Free & open source Airtable alternative. NocoDB turns any database into a smart spreadsheet with REST APIs.
Tool to get authenticated user information including email, name, roles, and profile details. Use when you need to verify user authentication or retrieve the current user's profile information.
Tool to initiate password reset process by sending a reset email to the user. Use when a user has forgotten their password and needs to receive a password reset link via email.
Tool to sign out the authenticated user and clear their refresh token from the database and cookie. Use when you need to invalidate a user's authentication session and log them out of the NocoDB application.
Tool to retrieve sort configuration by ID from NocoDB. Use when you need to get details about how data is ordered in a specific view.
Tool to update a column configuration in a view. Use when you need to change column visibility, order, or width in a specific view.
Tool to delete a view from a NocoDB table. Use when you need to permanently remove a view. This action cannot be undone.