Xano MCP Server

get_table_content

Get content from a table

Input Schema

NameRequiredDescriptionDefault
paginationNo
tableIdYesID of the table

Input Schema (JSON Schema)

{ "properties": { "pagination": { "properties": { "items": { "description": "Items per page", "type": "number" }, "page": { "description": "Page number", "type": "number" } }, "type": "object" }, "tableId": { "description": "ID of the table", "type": "string" } }, "required": [ "tableId" ], "type": "object" }