mcp-server-motherduck

Official

read-schemas

Get table schemas from a specific DuckDB/MotherDuck database

Input Schema

NameRequiredDescriptionDefault
typeNoname of the database

Input Schema (JSON Schema)

{ "properties": { "type": { "database_name": "string", "description": "name of the database" } }, "required": [ "database_name" ], "type": "object" }