You're viewing a demo portfolio

Join the waitlist
PRSM

breadcrumb-extractor

Active

Tool of The Stall

declared in 4.82.0

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.

Parameters schema

{
  "type": "object",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "properties": {
    "url": {
      "type": "string",
      "description": "Full URL to extract breadcrumbs from (e.g. 'https://docs.example.com/api/v2/users/123/profile')."
    },
    "separator": {
      "type": "string",
      "description": "Breadcrumb separator string (default: ' > ')."
    }
  },
  "additionalProperties": false
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

The Stall

1/7 registries
View full server →
breadcrumb-extractor — The Stall — PRSM MCP