Data & Analytics8 toolsPaste one API key
SeaTable integration for AI agents
SeaTable is a collaborative no-code database and spreadsheet platform for managing structured base data, rows, tables, views, and files.
Use it from your agent
One ClawLink account serves every agent you run. Pick the guide for yours, or connect SeaTable once and call the same tools from all of them.
Setup
Connect SeaTable through ClawLink's hosted setup.
- Auth: Paste one API key. The credential stays on the ClawLink server; your agent holds only a ClawLink key you can revoke.
- Where: the ClawLink dashboard, or ask your agent to connect it.
What your agent can do
SeaTable exposes 8 tools through ClawLink. The 7 most used are listed here; your agent sees all of them.
| Tool | What it does | Kind |
|---|---|---|
seatable_get_base_schema | Return the connected base identity and its complete table, column, view, and settings metadata | Read |
seatable_get_download_link | Generate a short-lived download URL for an existing file or image attachment in the connected | Read |
seatable_get_row | Get one row by its SeaTable _id from a named table in the connected base | Read |
seatable_list_rows | List one page of rows from a table or view in the connected SeaTable base, returning | Read |
seatable_query_rows_with_sql | Run one strictly read-only SELECT query against the connected SeaTable base for filtering | Read |
seatable_append_rows | Append one or more rows to a table in the connected SeaTable base using exact human-readable | Read |
seatable_update_rows | Update one or more existing SeaTable rows by row ID | Write |