URLs
localurl-tools
Parse, build, and validate URLs with query-param handling.
Included in every Nova Skills API key. Nothing to install — get a bearer token and this skill is available on your MCP endpoint.
Tools (3)
- url_parseParse a URL into its components: protocol, host, port, path, query params, fragment.
- url_buildAssemble a URL from parts. Query params encoded automatically.
- url_validateCheck whether a string is a valid URL. Returns detailed reason if invalid.