VREME
📊

Add Business Days Detailed

Category: Business Tools

BUSINESS DAY CALCULATOR WITH DETAILS: Add/subtract business days and get detailed metadata about what was excluded. Shows weekends skipped, holidays skipped, calendar span. Use this when you need to EXPLAIN to the user WHY the result is X days away. For simple calculation without explanation, use the regular calculate_business_time tool. Fast: <20ms.

Parameters

start_datestringRequired

Starting date in YYYY-MM-DD format

business_daysnumberRequired

Number of business days to add (positive) or subtract (negative)

country_codestringRequired

ISO 3166-1 alpha-2 country code (US, GB, JP, etc.)

Returns

start_date:Start date
result_date:Result date
calendar_days_span:Total calendar days
excluded_weekends:Array of weekend dates skipped
excluded_holidays:Array of {date, name} holidays skipped
country_code:Country code

Example

add_business_days_detailed(start_date='2024-12-10', business_days=5, country_code='US')

Try It Now

This tool is available in the Vreme MCP server. Install via:

npx -y @vreme/temporal-mcp

Or add to your Claude Desktop, VS Code, Continue, or Cline configuration. See installation guide.