🌫️
Create Fuzzy Time Window
Category: Fuzzy Time Tools
FUZZY TIME FROM WINDOW: Create fuzzy time from explicit time window with custom confidence scoring. Use for uncertain future events, flexible scheduling, time estimates. Returns center point (midpoint), window bounds, confidence score. Enables mathematical operations on uncertain times.
Parameters
window_startstringRequiredISO 8601 window start
window_endstringRequiredISO 8601 window end
confidencenumberOptionalConfidence score 0-1 (default: 0.7)
labelstringOptionalHuman-readable label
Returns
center:Center point (midpoint)window_start:Window startwindow_end:Window endconfidence:Confidence scorelabel:Optional labelExample
create_fuzzy_time_window(window_start='2024-12-10T10:00', window_end='2024-12-10T14:00')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.