find_logging_issues
Analyze recent completions to detect missing logged fields and improve observability instrumentation.
Instructions
Analyze recent completions for a prompt template and identify missing logged fields. This is a read-only analysis operation.
Fetches recent completions and checks which important fields are not being logged. Returns a list of missing fields with explanations and fix suggestions. Use this to identify gaps in your observability instrumentation.
Args: project_id: The Freeplay project ID template_name: Optional prompt template name to filter by. If not provided, analyzes all completions and checks for missing prompt template associations. environment: Optional environment filter (e.g., "prod", "dev", "local") limit: Number of recent completions to analyze (default: 50)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| project_id | Yes | ||
| environment | No | ||
| template_name | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |