Skip to main content
Glama

SQLite MCP Server

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

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/jacksteamdev/mcp-sqlite-bun-server'

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