SeaTable
SeaTable is a cloud spreadsheet-database hybrid. This package provides full CRUD operations on rows (create, get, list, update, delete), keyword search, SQL queries, row locking/unlocking, cross-table row linking, file upload and asset URL retrieval, and base metadata inspection. Nodes can either use a shared connection via the Connect/Disconnect pattern (client ID passing) or authenticate independently with inline credentials. Authentication is via API Token scoped to a single base. Works with both SeaTable Cloud and self-hosted instances: the Connect node exposes a required Base URL input (defaults to https://cloud.seatable.io), and every other node exposes an optional Base URL option for when credentials are used directly without a Connect node.
| Namespace | Robomotion.SeaTable |
| Version | 1.1.0 |
| Category | Database, Productivity |
| Nodes | 18 |
Nodes
| Node | Description |
|---|---|
| Connect | Opens a connection to SeaTable and returns a Client ID. |
| Disconnect | Closes a SeaTable connection. |
| Create Row | Creates a row in SeaTable. |
| Get Row | Gets a row in SeaTable. |
| List Rows | Lists rows in SeaTable. |
| Update Row | Updates a row in SeaTable. |
| Delete Row | Deletes a row in SeaTable. |
| Lock Row | Lock Row — see the properties below. |
| Unlock Row | Unlock Row — see the properties below. |
| Search Rows | Searches rows in SeaTable. |
| SQL Query | SQL Query — see the properties below. |
| Create Link | Creates a link in SeaTable. |
| Delete Link | Deletes a link in SeaTable. |
| Upload File | Uploads a file in SeaTable. |
| Get Asset URL | Gets an asset url in SeaTable. |
| Get Metadata | Gets a metadata in SeaTable. |
| API Call | API Call — 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
17 of these nodes are exposed as tools an AI Agent can call directly:
Connect, Disconnect, Create Row, Get Row, List Rows, Update Row, Delete Row, Lock Row, Unlock Row, Search Rows, SQL Query, Create Link, Delete Link, Upload File, Get Asset URL, Get Metadata, API Call.
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.