parse_url_components
Extract protocol, host, path, query, and fragment from a URL string. Get structured components for further use.
Instructions
Parse a URL and extract its components.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | URL to parse |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |