edit-table-schema
Modify, add, rename, or remove columns in an existing table to adjust its schema for database management on the Xano MCP Server.
Instructions
Edit the schema of an existing table (add, remove, or modify columns)
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| column | No | Column specification (for 'add_column' operation) | |
| column_name | No | Name of the column to remove (for 'remove_column' operation) | |
| operation | Yes | Type of schema operation to perform | |
| rename | No | Rename specification (for 'rename_column' operation) | |
| schema | No | Full schema specification (for 'update' operation) | |
| table_id | Yes | ID of the table to edit |