NocoDB

Free & open source Airtable alternative. NocoDB turns any database into a smart spreadsheet with REST APIs.

28 actions Integration catalog
Request access
Connect NocoDB once you're in Boring.
01 · WHAT THE AGENT CAN DO

Actions

Every capability is a discrete, logged action the agent calls by name — scoped to what you authorize and recorded in the run trace.

Get User InfoNOCODB_AUTH_ME
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.
Forgot PasswordNOCODB_AUTH_PASSWORD_FORGOT
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.
Sign Out UserNOCODB_AUTH_SIGNOUT
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.
Get Sort MetadataNOCODB_DB_TABLE_SORT_GET
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.
Update View ColumnNOCODB_DB_VIEW_COLUMN_UPDATE
Tool to update a column configuration in a view. Use when you need to change column visibility, order, or width in a specific view.
Delete ViewNOCODB_DB_VIEW_DELETE
Tool to delete a view from a NocoDB table. Use when you need to permanently remove a view. This action cannot be undone.
Delete Table View RowNOCODB_DB_VIEW_ROW_DELETE
Tool to delete a specific row from a table view in NocoDB. Use when you need to remove a single record from a view.
Get Integration InfoNOCODB_INTEGRATIONS_INFO
Tool to retrieve metadata for a specific NocoDB integration by type and subtype. Use when you need to get integration configuration schema, display information, or available capabilities for an integration.
List IntegrationsNOCODB_INTEGRATIONS_LIST
Tool to retrieve all available integrations in NocoDB. Use when you need to list all integrations including AI, authentication, sync, and workflow-node types.
Store Integration ConfigurationNOCODB_INTEGRATION_STORE
Tool to store configuration for a NocoDB integration. Use when you need to save or update integration settings like API keys, models, or other configuration parameters.
List WorkspacesNOCODB_LIST_WORKSPACES
Tool to list all workspaces accessible to the authenticated user. Use when you need to discover workspace_id before base operations, primarily relevant for NocoDB Cloud or multi-workspace deployments.
Delete NotificationNOCODB_NOTIFICATION_DELETE
Tool to delete a notification for the authenticated user. Use when you need to remove a notification. This performs a soft-delete operation.
List NotificationsNOCODB_NOTIFICATION_LIST
Tool to retrieve paginated notification records for the authenticated user. Use when you need to list notifications with optional filtering by read status and pagination support. Only returns notifications that haven't been soft-deleted.
Poll NotificationsNOCODB_NOTIFICATION_POLL
Tool to poll for notifications using long-polling mechanism. Use when you need to check for new notifications for the authenticated user. The connection is maintained for up to 30 seconds; if no notification arrives, returns status 'refresh' and the client should poll again.
Get Plugin StatusNOCODB_PLUGIN_STATUS
Tool to check if a NocoDB plugin is active or not. Use when you need to verify the operational status of a specific plugin by its identifier.
List Public Shared View Grouped DataNOCODB_PUBLIC_GROUPED_DATA_LIST
Tool to retrieve grouped data from a publicly shared NocoDB view. Use when you need to access grouped records from a public shared view without authentication.
Upload Attachments by URLNOCODB_STORAGE_UPLOAD_BY_URL
Tool to upload attachments from remote URLs to NocoDB storage. Use when you need to import files from external URLs or migrate attachments from other platforms like Airtable. The server fetches files from provided URLs and stores them in configured storage.
Get Table SchemaNOCODB_TABLE_READ
Tool to retrieve complete schema information for a specific table. Use when you need to understand table structure, field definitions, or available views.
Update User ProfileNOCODB_USER_PROFILE_UPDATE
Tool to update authenticated user's profile information including display name, first name, and last name. Use when you need to modify the current user's profile details in NocoDB.
Get Aggregated Meta InfoNOCODB_UTILS_AGGREGATED_META_INFO
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.
Get Application Health StatusNOCODB_UTILS_APP_HEALTH
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.
Get Application InfoNOCODB_UTILS_APP_INFO
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.
Get Cloud FeaturesNOCODB_UTILS_CLOUD_FEATURES
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.
Get Command Palette SuggestionsNOCODB_UTILS_COMMAND_PALETTE
Tool to get dynamic command palette suggestions based on scope. Use when you need to retrieve available commands and actions for the NocoDB interface.
Report ErrorNOCODB_UTILS_ERROR_REPORT
Tool to report errors to NocoDB's error tracking system. Use when you need to submit error reports including error type, message, stack trace, and timestamp for monitoring and debugging purposes.
Get Product FeedNOCODB_UTILS_FEED
Tool to get NocoDB product feed from social media sources including GitHub, YouTube, Twitter, and Cloud. Use when you need to retrieve social media updates and content from NocoDB's various channels. Supports filtering by feed source and pagination.
Convert URL to Database ConfigNOCODB_UTILS_URL_TO_CONFIG
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.
List Workspace BasesNOCODB_WORKSPACE_BASE_LIST
Tool to list all bases in a NocoDB workspace. Use when you need to retrieve bases associated with a specific workspace. Supports pagination via page and pageSize parameters.