url_parse
Parse any URL string into its protocol, host, path, query parameters, and fragment for easy component access.
Instructions
Parse a URL into its components: protocol, host, path, query, fragment.
Parameters:
url — URL string to parse (e.g. 'https://example.com/page?q=1#section').
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |