Xano MCP Server

get_all_tables

Get all tables in a workspace

Input Schema

NameRequiredDescriptionDefault
workspaceIdYesID of the workspace

Input Schema (JSON Schema)

{ "properties": { "workspaceId": { "description": "ID of the workspace", "type": "number" } }, "required": [ "workspaceId" ], "type": "object" }