mcp-server-motherduck
Official
by motherduckdb
read-schemas
Get table schemas from a specific DuckDB/MotherDuck database
Input Schema
Name | Required | Description | Default |
---|---|---|---|
type | No | name of the database |
Input Schema (JSON Schema)
{
"properties": {
"type": {
"database_name": "string",
"description": "name of the database"
}
},
"required": [
"database_name"
],
"type": "object"
}