You're viewing a demo portfolio

Join the waitlist
PRSM

query_string_convert

Active

Tool 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
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

WingmanProtocol Agent Gateway

https://github.com/WingmanProtocol-Agent-Gateway/wingman-agent-gateway

1/7 registries
View full server →
query_string_convert — WingmanProtocol Agent Gateway — PRSM MCP