Query cataloged read-only data
query_read_only_dataRun read-only SQL queries over cataloged activity views from Garmin, Intervals.icu, and Strava. Get deterministic pagination and incompleteness flags while file access and mutations are blocked.
Instructions
Advanced fallback: one parameterized SELECT or WITH … SELECT over cataloged views only. Results use deterministic cursor pagination and always report whether they are incomplete. Filesystem access, extensions, DDL, and mutation are rejected.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sql | Yes | ||
| cursor | No | ||
| values | No | ||
| pageSize | No |