{"name":"url_parse_normalize","title":"URL Parser / Normalizer","category":"developer","description":"Split a URL into scheme/host/port/path/query/fragment, or normalize it per RFC 3986 (lowercase host, strip default port, collapse ./.. segments).","price_usd":0.001,"input_schema":{"type":"object","properties":{"url":{"type":"string","description":"URL to parse or normalize (must include a scheme)"},"mode":{"type":"string","description":"parse | normalize (default parse)","enum":["parse","normalize"]}},"additionalProperties":false,"required":["url"]}}