TablesRead-only

Get table

get_table

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

Parameters

ParameterTypeRequiredDescription
tableIdstringrequiredTable ID — get from list_tables

Example call

The tool call an MCP client sends (required arguments shown with placeholder values).

{
"tool": "get_table",
"arguments": {
"tableId": "tableId_123"
}
}

Use this tool in

Related Tables tools