{"ok":true,"tool":"Reverse Words","operation":"reverse-words","description":"Reverse the order of words in text, preserving whitespace.","method":"POST","endpoint":"/api/reverse-words","webUrl":"https://toolhub-5eo.pages.dev/tools/reverse-words","parameters":{"type":"object","properties":{"text":{"type":"string","description":"The input text"}},"required":["text"]},"response":{"type":"object","properties":{"result":{"type":"string"},"wordCount":{"type":"number"}}},"example":{"request":{"text":"hello world foo bar"},"response_shape":{"type":"object","properties":{"result":{"type":"string"},"wordCount":{"type":"number"}}}},"howToCall":"POST a JSON body to https://toolhub-5eo.pages.dev/api/reverse-words. Returns {\"ok\":true,\"result\":{...}} on success or {\"ok\":false,\"error\":\"...\"} on failure. No auth, CORS-enabled.","parametersSummary":"  text (string, required) — The input text","curlExample":"curl -X POST https://toolhub-5eo.pages.dev/api/reverse-words -H \"Content-Type: application/json\" -d '{\"text\":\"hello world foo bar\"}'"}