TablesRead-only
List tables
list_tablesList the tables in the workspace (id, name, kind — typed or custom — resource type, fields, row count, schema/revision versions). Typed tables are bound to a resource contract (transactions, balances, holdings, …); custom tables are user-authored. Cursor-paginated.
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
includeDeleted | boolean | optional | Include tables in the trash (default: live tables only) |
cursor | string | optional | Cursor from a previous page |
limit | integer | optional | Page size (default: server default) |
Example call
The tool call an MCP client sends (required arguments shown with placeholder values).
{"tool": "list_tables","arguments": {}}
Use this tool in
Claude CodeClaude DesktopClaude CoworkChatGPTCursorWindsurfVS Code CopilotOpenClawGeminiHermes Agent
Related Tables tools
Get table
get_tableGet one table by id: its full field set (key, label, kind, display format, select options, whether the field is feed-owned and whether it can be written), the fields that form row identity, the promoted primary/date/amount bindings, row count, and its schema badge.Create tablecreate_tableCreate a table in the workspace.Update tableupdate_tableUpdate a table’s METADATA — name, icon, retention policy.Delete tabledelete_tableMove a table to the trash.