ClawLink
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.

ToolWhat it doesKind
seatable_get_base_schemaReturn the connected base identity and its complete table, column, view, and settings metadataRead
seatable_get_download_linkGenerate a short-lived download URL for an existing file or image attachment in the connectedRead
seatable_get_rowGet one row by its SeaTable _id from a named table in the connected baseRead
seatable_list_rowsList one page of rows from a table or view in the connected SeaTable base, returningRead
seatable_query_rows_with_sqlRun one strictly read-only SELECT query against the connected SeaTable base for filteringRead
seatable_append_rowsAppend one or more rows to a table in the connected SeaTable base using exact human-readableRead
seatable_update_rowsUpdate one or more existing SeaTable rows by row IDWrite