auth_path
auth_pathTrace authentication boundaries for routes, files, or features. Returns matched results or suggests next steps for incomplete matches.
Instructions
Answer tool for auth questions: trace likely auth boundaries for a route, file, or feature without overclaiming. When no exact route/file/feature match exists, returns matched:false with suggestedNext:{ tool:"cross_search", args:{...} } instead of throwing, so batches and agent workflows can continue.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file | No | ||
| route | No | ||
| feature | No | ||
| projectId | No | ||
| projectRef | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| _hints | Yes | ||
| reason | No | ||
| result | Yes | ||
| matched | No | ||
| toolName | Yes | ||
| projectId | Yes | ||
| suggestedNext | No | ||
| fallbackReason | No |