get_metadata
Retrieve the database schema to discover tables, columns, and data types from Evidence's DuckDB connection for informed query building.
Instructions
Returns database schema from Evidence's DuckDB connection.
Returns a JSON object with tables and their columns, including data types. Use this to understand what data is available for queries.
Returns: Dictionary with 'tables' array, each containing 'name' and 'columns'
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||