trace_endpoint
Trace the full call chain for an endpoint path, from controller through service to repository, to analyze Spring Boot request flow.
Instructions
Trace the full call chain for an endpoint path. Shows controller → service → repository.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | The endpoint path to trace, e.g. /api/orders |