describe_table
Retrieve the schema and column details of a Databend table by providing the table name and optional database name.
Instructions
Describe a Databend table (safe operation, not affected by MCP safe mode) Args: table: The table name database: The database name
Returns: Dictionary containing either query results or error information
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| table | Yes | ||
| database | No |