velixar_query_source
Query live data sources using natural language to retrieve real-time ground truth data. Your question is translated into SQL or API calls.
Instructions
Query a live data source through Marco Polo. Returns real-time data (ground truth). Natural language query is translated to SQL/API call. Always tag results as [LIVE DATA].
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max rows to return (default 10, max 100) | |
| query | Yes | Natural language query (e.g., "show me churn rate by quarter for the last year") | |
| cursor | No | Pagination cursor for results beyond the limit | |
| datasource | Yes | Name of the data source to query (from velixar_list_sources) | |
| show_query | No | Return the generated SQL alongside results (default: false) |