start_investigation
Initiate a production incident investigation to get a source-verified evidence capsule, reusing existing investigations when available to avoid duplicate queries.
Instructions
Begin (or reuse) a bounded production investigation.
Returns a compact, source-linked evidence capsule. If a matching investigation
already exists it is REUSED (no re-query) and flagged; if a related-but-not-
identical one exists, candidates are returned for you to choose — never merged
silently. `symptom_signature` is the error signature, e.g. "HTTP_502:checkout".
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end | No | ||
| start | No | ||
| consumer | No | ||
| question | Yes | ||
| services | Yes | ||
| force_new | No | ||
| environment | No | production | |
| symptom_kind | No | error-rate | |
| window_minutes | No | ||
| symptom_signature | Yes |