{"ok":true,"tool":"Day of Week Calculator","operation":"calculate-day-of-week","description":"Return the day of the week and formatted date for a given date.","method":"POST","endpoint":"/api/day-of-week-calculator","webUrl":"https://toolhub-5eo.pages.dev/tools/day-of-week-calculator","parameters":{"type":"object","properties":{"date":{"type":"string","description":"The date (YYYY-MM-DD)"}},"required":["date"]},"response":{"type":"object","properties":{"dayOfWeek":{"type":"string"},"dayOfWeekShort":{"type":"string"},"dayOfMonth":{"type":"number"},"month":{"type":"string"},"year":{"type":"number"},"ordinal":{"type":"string"}}},"example":{"request":{"date":"2000-01-01"},"response_shape":{"type":"object","properties":{"dayOfWeek":{"type":"string"},"dayOfWeekShort":{"type":"string"},"dayOfMonth":{"type":"number"},"month":{"type":"string"},"year":{"type":"number"},"ordinal":{"type":"string"}}}},"howToCall":"POST a JSON body to https://toolhub-5eo.pages.dev/api/day-of-week-calculator. Returns {\"ok\":true,\"result\":{...}} on success or {\"ok\":false,\"error\":\"...\"} on failure. No auth, CORS-enabled.","parametersSummary":"  date (string, required) — The date (YYYY-MM-DD)","curlExample":"curl -X POST https://toolhub-5eo.pages.dev/api/day-of-week-calculator -H \"Content-Type: application/json\" -d '{\"date\":\"2000-01-01\"}'"}