{"ok":true,"tool":"Logarithm Calculator","operation":"calculate-logarithm","description":"Compute the logarithm of a value with a given base.","method":"POST","endpoint":"/api/logarithm-calculator","webUrl":"https://toolhub-5eo.pages.dev/tools/logarithm-calculator","parameters":{"type":"object","properties":{"value":{"type":"number","description":"The value to take the log of (must be positive)"},"base":{"type":"number","description":"The logarithm base (positive, not 1; default 10)"}},"required":["value"]},"response":{"type":"object","properties":{"result":{"type":"number"},"commonLog":{"type":"number"},"naturalLog":{"type":"number"},"name":{"type":"string"}}},"example":{"request":{"value":1000,"base":10},"response_shape":{"type":"object","properties":{"result":{"type":"number"},"commonLog":{"type":"number"},"naturalLog":{"type":"number"},"name":{"type":"string"}}}},"howToCall":"POST a JSON body to https://toolhub-5eo.pages.dev/api/logarithm-calculator. Returns {\"ok\":true,\"result\":{...}} on success or {\"ok\":false,\"error\":\"...\"} on failure. No auth, CORS-enabled.","parametersSummary":"  value (number, required) — The value to take the log of (must be positive)\n  base (number, optional) — The logarithm base (positive, not 1; default 10)","curlExample":"curl -X POST https://toolhub-5eo.pages.dev/api/logarithm-calculator -H \"Content-Type: application/json\" -d '{\"value\":1000,\"base\":10}'"}