SQLite MCP Server

by jacksteamdev
Verified

create-table

Generate and execute SQL CREATE TABLE statements to define and structure new tables within a SQLite database, enabling organized data storage and management.

Instructions

Create a new table in the database

Input Schema

NameRequiredDescriptionDefault
queryYesa CREATE TABLE statement

Input Schema (JSON Schema)

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

You must be authenticated.

Other Tools from SQLite MCP Server

Related Tools

ID: le7p83s38c