breadcrumb-extractor
Extract structured breadcrumbs from any URL to reveal page hierarchy. Returns domain, labeled path segments, query parameters, and formatted trail — no external calls.
Instructions
Extracts structured breadcrumb navigation from a URL. Returns domain, ordered path segments with human-readable labels, query parameters as key-value pairs, and a formatted breadcrumb trail string. Identifies numeric IDs vs. named path segments. Pure URL parsing — zero external calls. Useful for agents that process sitemaps, navigation menus, or need to understand page hierarchy.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | No | Full URL to extract breadcrumbs from (e.g. 'https://docs.example.com/api/v2/users/123/profile'). | |
| separator | No | Breadcrumb separator string (default: ' > '). |