Skip to main content
Glama

mcp-server-duckdb

describe-table

Retrieve schema details, such as column names and data types, for a specified table in DuckDB using the MCP server. Ideal for database analysis and schema inspection.

Instructions

Get the schema information for a specific table

Input Schema

NameRequiredDescriptionDefault
table_nameYesName of the table to describe

Input Schema (JSON Schema)

{ "properties": { "table_name": { "description": "Name of the table to describe", "type": "string" } }, "required": [ "table_name" ], "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