NocoDB
Open-source database spreadsheet platform for users, views, columns, sort metadata, and table configuration.
Supports no-code teams that manage user sessions, customize view columns and sorts, and remove views or tables when restructuring data.
Sign in to connect NocoDB
Sign in to connect an account and start using NocoDB in your apps.
Example Use Cases
These are example ways Snow can use NocoDB when building apps with you. This list is meant to show examples, not document every possible capability. Connecting an account does not make Snow run these automatically on its own.
Tool to convert JDBC URL or database connection URL to connection configuration object. Use when you need to parse and extract database connection parameters from a URL string for configuration purposes.
Tool to delete a notification for the authenticated user. Use when you need to remove a notification. This performs a soft-delete operation.
Tool to delete a specific row from a table view in NocoDB. Use when you need to remove a single record from a view.
Tool to delete a view from a NocoDB table. Use when you need to permanently remove a view. This action cannot be undone.
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 get aggregated meta information such as tableCount, dbViewCount, viewCount and other statistics about the NocoDB instance. Use when you need an overview of the system's data structure and usage metrics.
Tool to get the NocoDB application health status. Use when you need to check if the application is running and responsive, typically for load balancers or monitoring systems.
Tool to get comprehensive NocoDB application information including authentication settings, version, limits, and deployment configuration. Use when you need to discover application capabilities, feature flags, or system configuration.
Tool to get NocoDB Cloud features. Use when you need to retrieve available cloud-specific features and capabilities, including their availability status and highlight information.
Tool to get dynamic command palette suggestions based on scope. Use when you need to retrieve available commands and actions for the NocoDB interface.