build_url
ActiveTool of Url
declared in 0.1.0
Build a URL string from components. Provide at least `hostname` (and optionally protocol, port, path, hash) plus a `query` object of key/value pairs.
Parameters schema
{
"type": "object",
"required": [
"hostname"
],
"properties": {
"hash": {
"type": "string",
"description": "Optional fragment (without \"#\")."
},
"path": {
"type": "string",
"description": "Path, e.g. \"/search\" (default \"/\")."
},
"port": {
"type": "number",
"description": "Optional port."
},
"query": {
"type": "object",
"description": "Query parameters as an object, e.g. {\"q\":\"cats\",\"page\":2}."
},
"hostname": {
"type": "string",
"description": "Host, e.g. \"example.com\"."
},
"protocol": {
"type": "string",
"description": "e.g. \"https\" (default)."
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Url
https://github.com/pipeworx-io/mcp-url
2/7 registries