garmin_query
Run read-only SELECT queries against your local Garmin SQLite database to retrieve health and fitness data. Writes and schema changes are blocked; results cap at the limit.
Instructions
Run a read-only SELECT query against the Garmin database.
The database is opened in SQLite read-only mode at the engine level, so writes, ATTACH, and schema changes are impossible regardless of the SQL content. Results are capped at limit rows (default 1000).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sql | Yes | ||
| limit | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |