Skip to main content
Glama

Xano MCP Server

by SarimSiddd

create_table

Use this tool to add a new table to a specified workspace, including optional details like descriptions and documentation, for organized database management.

Instructions

Create a new table in a workspace

Input Schema

NameRequiredDescriptionDefault
descriptionNoOptional description for the table
docsNoOptional documentation for the table
nameYesName of the table to create
workspaceIdYesID of the workspace to create the table in

Input Schema (JSON Schema)

{ "additionalProperties": false, "properties": { "description": { "description": "Optional description for the table", "type": "string" }, "docs": { "description": "Optional documentation for the table", "type": "string" }, "name": { "description": "Name of the table to create", "type": "string" }, "workspaceId": { "description": "ID of the workspace to create the table in", "type": "number" } }, "required": [ "name", "workspaceId" ], "type": "object" }

You must be authenticated.

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/SarimSiddd/xano_mcp'

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