Ask your data (NL → SQL)
run_nl_queryAsk a plain-English question about your project data to generate a read-only SQL query and retrieve results. Use for ad-hoc analytics, such as tracking bug trends or component performance.
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?" |