VREME
🌫️

Intersect Fuzzy Times

Category: Fuzzy Time Tools

FUZZY TIME INTERSECTION: Find intersection of two fuzzy times with refined confidence. When two uncertain time ranges overlap, this computes their intersection with combined confidence scoring. Use for 'When do these two uncertain events both happen?', 'Find overlap between approximate times'.

Parameters

fuzzy_time_1objectRequired

First fuzzy time with center, window_start, window_end, confidence

fuzzy_time_2objectRequired

Second fuzzy time with center, window_start, window_end, confidence

Returns

intersection:Intersected fuzzy time or null
has_overlap:Boolean

Example

intersect_fuzzy_times(fuzzy_time_1={...}, fuzzy_time_2={...})

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.