VREME
🌫️

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_startstringRequired

ISO 8601 window start

window_endstringRequired

ISO 8601 window end

confidencenumberOptional

Confidence score 0-1 (default: 0.7)

labelstringOptional

Human-readable label

Returns

center:Center point (midpoint)
window_start:Window start
window_end:Window end
confidence:Confidence score
label:Optional label

Example

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.