You're viewing a demo portfolio

Join the waitlist
PRSM
This tool is no longer present in the server's latest manifest. Showing the last observed version (server version 1.28.1).

process_json

Inactive

Tool of com.gadgethumans.swarm/x402-middleware

declared in 1.28.1

Prettify, validate, or minify a JSON string. Use this for debugging, formatting API responses, cleaning up configuration files, or verifying that a string is valid JSON. Parameters: json_string — The JSON string to process (required). Pass the raw JSON text. mode — Operation: "prettify" (indent + sort keys), "validate" (check syntax only), or "minify" (compact, no whitespace) (default: "prettify").

Parameters schema

{
  "type": "object",
  "title": "process_jsonArguments",
  "required": [
    "json_string"
  ],
  "properties": {
    "mode": {
      "type": "string",
      "title": "Mode",
      "default": "prettify"
    },
    "json_string": {
      "type": "string",
      "title": "Json String"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

com.gadgethumans.swarm/x402-middleware

https://github.com/scotia1973-bot/gadgethumans-x402

2/7 registries
View full server →