Skip to main content
NocoDB logo

NocoDB

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

This is a first-class FlyMyAI MCP. Agents discover it automatically via tool search and call the actions below on demand - you never wire it up by hand. See the Composio catalog for how discovery works.

Connect

NocoDB authenticates with an API key. Generate the credential in your NocoDB account, then paste it into FlyMyAI the first time an agent uses a NocoDB action.

Get your NocoDB credential →

Fields to fill in FlyMyAI

FieldDetails
DomainYour NocoDB instance domain (e.g., app.nocodb.com or mytable.com). Defaults to app.nocodb.com. (required)
API KeyYour NocoDB API token. Create one in Account Settings > Tokens tab. Token is a 40-character Nano ID that does not expire. (required)

Actions

Every action this integration exposes. Agents pick the right one from the task; you do not call them by name.

ActionWhat it doesRequired inputs
NOCODB_AUTH_METool 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.-
NOCODB_AUTH_PASSWORD_FORGOTTool 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.email
NOCODB_AUTH_SIGNOUTTool 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.-
NOCODB_DB_TABLE_SORT_GETTool to retrieve sort configuration by ID from NocoDB. Use when you need to get details about how data is ordered in a specific view.sort_id
NOCODB_DB_VIEW_COLUMN_UPDATETool to update a column configuration in a view. Use when you need to change column visibility, order, or width in a specific view.viewId, columnId
NOCODB_DB_VIEW_DELETETool to delete a view from a NocoDB table. Use when you need to permanently remove a view. This action cannot be undone.viewId
NOCODB_DB_VIEW_ROW_DELETETool to delete a specific row from a table view in NocoDB. Use when you need to remove a single record from a view.baseName, tableName, viewName, rowId
NOCODB_INTEGRATIONS_INFOTool 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.type, subType
NOCODB_INTEGRATIONS_LISTTool to retrieve all available integrations in NocoDB. Use when you need to list all integrations including AI, authentication, sync, and workflow-node types.-
NOCODB_INTEGRATION_STORETool 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.integrationId, config
NOCODB_NOTIFICATION_DELETETool to delete a notification for the authenticated user. Use when you need to remove a notification. This performs a soft-delete operation.notificationId
NOCODB_NOTIFICATION_LISTTool 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.-
NOCODB_NOTIFICATION_POLLTool 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 sh…-
NOCODB_PLUGIN_STATUSTool 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.pluginId
NOCODB_PUBLIC_GROUPED_DATA_LISTTool 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.sharedViewUuid, columnId
NOCODB_STORAGE_UPLOAD_BY_URLTool 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.attachments
NOCODB_TABLE_READTool to retrieve complete schema information for a specific table. Use when you need to understand table structure, field definitions, or available views.base_id, table_id
NOCODB_USER_PROFILE_UPDATETool 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.-
NOCODB_UTILS_AGGREGATED_META_INFOTool 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.-
NOCODB_UTILS_APP_HEALTHTool 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.-
NOCODB_UTILS_APP_INFOTool 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.-
NOCODB_UTILS_CLOUD_FEATURESTool to get NocoDB Cloud features. Use when you need to retrieve available cloud-specific features and capabilities, including their availability status and highlight information.-
NOCODB_UTILS_COMMAND_PALETTETool to get dynamic command palette suggestions based on scope. Use when you need to retrieve available commands and actions for the NocoDB interface.-
NOCODB_UTILS_ERROR_REPORTTool 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.error, message
NOCODB_UTILS_FEEDTool 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.-
NOCODB_UTILS_URL_TO_CONFIGTool 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.url
NOCODB_WORKSPACE_BASE_LISTTool 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.workspaceId
We love our partners - FlyMy.AI builds with the best. Thanks, NocoDB!