Ask your data (NL → SQL)
run_nl_queryAnswer ad-hoc analytics questions by converting plain English into read-only SQL queries on your project data.
Instructions
Answer a natural-language question about your project data by generating and running a read-only SQL query (no privileged schemas, rate-limited to 60/hour). Returns { sql, rows }. Use for ad-hoc analytics ("which components had the most critical bugs this week?"); use get_recent_reports/search_reports for plain report lookups, or search_mushi_docs for documentation questions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| question | Yes | Question in plain English, e.g. "Which components had the most critical bugs this week?" |