parse_query
ActiveTool of Url
declared in 0.1.0
Parse a query string (with or without a leading "?") into an object; repeated keys become arrays.
Parameters schema
{
"type": "object",
"required": [
"query"
],
"properties": {
"query": {
"type": "string",
"description": "e.g. \"a=1&b=2&b=3\"."
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Url
https://github.com/pipeworx-io/mcp-url
2/7 registries