Ask your data (NL → SQL)
run_nl_queryAnswer natural-language questions about project data by generating and running read-only SQL queries. Returns SQL and rows for ad-hoc analytics.
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?" |