natural_language_to_nrql_query
Convert natural language questions into NRQL queries for New Relic data analysis, providing query patterns, templates, and syntax guidance.
Instructions
Convert a natural language description into NRQL query suggestions. Returns matching query patterns, templates, and NRQL syntax guidance. Use this when you need help constructing NRQL queries for NewRelic.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| description | Yes | Natural language description of what you want to query. Example: 'Show me error rates for the checkout service in the last hour' | |
| eventType | No | Specific event type to query. Common types: Transaction, Log, Metric, Span, BrowserInteraction, PageView, SyntheticCheck | |
| includeExamples | No | Include example queries for the identified pattern (default: true) |