simpletoolstack.com
Free image and text tools that run right in your browser — compress, convert, clean and reshape your files. No sign-up, nothing uploaded.
First seen 2026-09-07 · Last seen 2026-09-14 · Source: webmcp.com
Answer 1 · Act 20 · Transact 0 · Score: Not yet scored
Tool inspector
business_days
Counts working days between two ISO dates or adds/subtracts business days from one date, excluding weekends and US/UK holidays in the browser. Pass mode count with start and end, or mode addSubtract with start and n (0–100000). Dates are YYYY-MM-DD (exactly 10 chars). Variant URLs are not a second machine Tool — pass country and mode explicitly. Do not use this for calendar duration including weekends (that is date_duration).
Page: /converters/business-days
Input schema
| Property | Type | Required | Description |
|---|---|---|---|
mode |
string | no | — |
country |
string | no | — |
direction |
string | no | — |
start |
string | no | — |
end |
— | no | — |
n |
integer | no | — |
Raw JSON schema
{
"type": "object",
"properties": {
"mode": {
"type": "string",
"enum": [
"count",
"addSubtract"
],
"default": "count"
},
"country": {
"type": "string",
"enum": [
"US",
"UK",
"generic"
],
"default": "generic"
},
"direction": {
"type": "string",
"enum": [
"add",
"subtract"
],
"default": "add"
},
"start": {
"type": "string",
"minLength": 10,
"maxLength": 10,
"pattern": "^\\d{4}-\\d{2}-\\d{2}$"
},
"end": {
"$ref": "#/properties/start"
},
"n": {
"type": "integer",
"minimum": 0,
"maximum": 100000
}
},
"additionalProperties": false,
"$schema": "http://json-schema.org/draft-07/schema#"
}
Similar websites
eworker.ca
E-Worker is business infrastructure powered by AI, with focused apps and connected business work.
urban-planning-copilot.heisenbug.in
Urban Planning Copilot
vide.zerdalu.com
Vide
labspace-agent-twin.onrender.com
LabSpace Atlas — design laboratories, index exact locations, and let a browser agent plan, audit, and navigate the spatial twin.