TablesRead-only

List tables

list_tables

List 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

ParameterTypeRequiredDescription
includeDeletedbooleanoptionalInclude tables in the trash (default: live tables only)
cursorstringoptionalCursor from a previous page
limitintegeroptionalPage 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

Related Tables tools