auth_path
auth_pathTrace likely authentication boundaries for a route, file, or feature. Returns matched:false with a suggested next action when no exact match exists, instead of throwing an error.
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 |
|---|---|---|---|
| projectId | No | ||
| projectRef | No | ||
| route | No | ||
| file | No | ||
| feature | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectId | Yes | ||
| result | Yes | ||
| toolName | Yes | ||
| matched | No | ||
| reason | No | ||
| fallbackReason | No | ||
| suggestedNext | No | ||
| _hints | Yes |