query_string_convert
ActiveTool of WingmanProtocol Agent Gateway
declared in 1.5.1
Query-String Parse / Build — Parse a URL query string into params, or build a query string from params (x-www-form-urlencoded, RFC 3986).
Parameters schema
{
"type": "object",
"properties": {
"mode": {
"enum": [
"parse",
"build"
],
"type": "string",
"description": "parse | build (default parse)"
},
"params": {
"type": "object",
"description": "{key: value|array-of-values} to build (mode=build)"
},
"query_string": {
"type": "string",
"description": "Query string to parse (mode=parse)"
}
},
"additionalProperties": false
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
WingmanProtocol Agent Gateway
https://github.com/WingmanProtocol-Agent-Gateway/wingman-agent-gateway
1/7 registries