Map frontend to backend
map_frontend_to_backendTrace the full chain from frontend component or route to backend handler function. Accepts component names, routes, or endpoint paths to map frontend elements to their backend counterparts.
Instructions
Trace the full chain Component/Route -> HTTP call -> backend route -> handler function. Accepts a frontend name (LoginPage), a route (/login), or an endpoint path (/api/login) and works from either end. Use for 'where does X land in the backend?' questions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | component name, frontend route, or endpoint path | |
| max_tokens | No | response token budget (default 2000) |