query

Run a read-only SQL query against the synced budget data. For advanced analysis beyond the built-in tools.

Parameters

  • sql (required) - The SQL SELECT query to run
  • format (optional) - Output format: text, markdown, or json (default: text)

Example usage

What's my average grocery spending per month?

Only SELECT queries are allowed. Results limited to 100 rows. Use get_schema to see available tables.

Was this page helpful?