Skip to main content
Glama

mcp-server-duckdb

create-table

Generate new tables in DuckDB databases by executing SQL CREATE TABLE statements. Enables structured data storage for local analysis workflows.

Instructions

Create a new table in the DuckDB 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 mcp-server-duckdb

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/ktanaka101/mcp-server-duckdb'

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