Skip to main content
Glama

Xano MCP Server

get-table-schema

Retrieve the schema of a table in either markdown or JSON format to analyze or document its structure. Use this tool to simplify database schema exploration and integration.

Instructions

Browse the schema of a table

Input Schema

NameRequiredDescriptionDefault
formatNoOutput format: 'markdown' for readable documentation or 'json' for complete schemamarkdown
table_idYesID of the table to get schema from

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "format": { "default": "markdown", "description": "Output format: 'markdown' for readable documentation or 'json' for complete schema", "enum": [ "markdown", "json" ], "type": "string" }, "table_id": { "description": "ID of the table to get schema from", "type": "string" } }, "required": [ "table_id" ], "type": "object" }
Install Server

Other Tools from Xano MCP Server

Related Tools

    MCP directory API

    We provide all the information about MCP servers via our MCP API.

    curl -X GET 'https://glama.ai/api/mcp/v1/servers/lowcodelocky2/xano-mcp'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server