MySQL MCP Server

create_table

Execute SQL CREATE TABLE queries to add new tables to a MySQL database, enabling structured data storage and management via the MySQL MCP Server.

Instructions

Creates a new table in the MySQL database.

Input Schema

NameRequiredDescriptionDefault
queryYesThe SQL CREATE TABLE query to execute.

Input Schema (JSON Schema)

{ "properties": { "query": { "description": "The SQL CREATE TABLE query to execute.", "type": "string" } }, "required": [ "query" ], "type": "object" }

You must be authenticated.

Other Tools from MySQL MCP Server

Related Tools

ID: chaok7d5bx