get_schema
Inspect the SQL schema of MCAP recordings without loading them. Get topic names, column names, and JOIN guidance to plan queries.
Instructions
Inspect the SQL schema for a recording: topic names, table names, column names and DuckDB types. Does not require loading. Use this to plan SQL queries before running them. Returns a sql_hint with JOIN guidance.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file | Yes | ||
| topic | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |