Skip to main content
Glama

add-table

Create and configure a new table in Xano’s database by specifying its name, description, and schema structure. Define field types, constraints, and relationships for organized data management.

Instructions

Add a new table to the Xano database

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
descriptionNoDescription of the table
nameYesName of the table
schemaNoSchema configuration for the table. For foreign key relationships, use type 'int' with tableref_id. Example: { "name": "contact_id", "type": "int", "description": "Reference to contact table", "nullable": false, "required": false, "access": "public", "style": "single", "default": "0", "tableref_id": "100" // ID of the table to reference }

Other Tools

Related Tools

Latest Blog Posts

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