Xano MCP Server

get_all_tables

Retrieve all tables within a specified Xano workspace using the workspace ID. Facilitates database management by providing a complete list of tables for organized and efficient data handling.

Instructions

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" }

You must be authenticated.

Other Tools from Xano MCP Server

Related Tools

ID: fygsnfzjkv