list_charts
List published chart visualizations on Autario. Returns chart IDs, titles, insights, linked datasets, and creation dates. Use to discover existing analyses.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| q | No | Search term to filter charts by title or question | |
| limit | No | Maximum number of charts to return (default 20, max 100) | |
| format | No | Output wire format for this MCP call. Default 'toon' (Token-Oriented Notation, fewest tokens, best for tabular rows). 'compact' = minified JSON. 'json' = pretty JSON for readability. The REST API always returns JSON regardless. | |
| offset | No | Number of charts to skip for pagination |