url_parse
Parse URLs into components like protocol, host, path, and query parameters, or construct URLs from individual parts for API testing and web development.
Instructions
Parse a URL into its component parts: protocol, host, port, path, query parameters, hash, and more. Can also build a URL from parts.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | No | URL to parse (use this OR build_params, not both) | |
| build_params | No | Build a URL from parts instead of parsing |