SQLite MCP Server

create_table

Define and establish a new table in an SQLite database using a CREATE TABLE SQL statement. Enables structured data storage and management for efficient database operations.

Instructions

Create a new table in the SQLite database

Input Schema

NameRequiredDescriptionDefault
queryYesCREATE TABLE SQL statement

Input Schema (JSON Schema)

{ "properties": { "query": { "description": "CREATE TABLE SQL statement", "type": "string" } }, "required": [ "query" ], "type": "object" }

You must be authenticated.

Other Tools from SQLite MCP Server

Related Tools

ID: da1wnq8zrd