NocoDB
Manages records in NocoDB tables (open-source Airtable alternative). Provides full CRUD operations: create, get, update, delete single records, plus bulk create, bulk update, and bulk delete for batch operations. List Records supports filtering with where conditions, sorting, field selection, and pagination. Connection can be established via a Connect node (returns a reusable client ID) or by providing API token credentials directly on each node. Authenticates with NocoDB API tokens (non-expiring, created in Account Settings).
| Namespace | Robomotion.NocoDB |
| Version | 1.1.0 |
| Category | Database, Productivity |
| Nodes | 11 |
Nodes
| Node | Description |
|---|---|
| Connect | Opens a connection to NocoDB and returns a Client ID. |
| Disconnect | Closes a NocoDB connection. |
| Create Record | Creates a record in NocoDB. |
| Get Record | Gets a record in NocoDB. |
| Update Record | Updates a record in NocoDB. |
| Delete Record | Deletes a record in NocoDB. |
| List Records | Lists records in NocoDB. |
| Bulk Create Records | Bulk Create Records — see the properties below. |
| Bulk Update Records | Bulk Update Records — see the properties below. |
| Bulk Delete Records | Bulk Delete Records — see the properties below. |
| Toolkit | Exposes this package's operations to an AI Agent as a single tool. |
Connecting
This package has a Connect node. Run it once at the start of your flow; it returns a Client ID that the other nodes take as input. Pair it with Disconnect so the connection is released when the flow ends.
Credentials belong in a Vault rather than typed into the node.
AI Agent tools
10 of these nodes are exposed as tools an AI Agent can call directly:
Connect, Disconnect, Create Record, Get Record, Update Record, Delete Record, List Records, Bulk Create Records, Bulk Update Records, Bulk Delete Records.
Generated from the package spec that the Flow Designer itself loads, so the node list and every property below match the version above exactly.
It does not yet include worked examples or service-specific guidance — those are written by hand, and a plausible-sounding guess in a reference page is worse than an honest gap. If you build something useful with this package, the community is the place to share it.