VREME
🗣️

Resolve Temporal Phrase

Category: Natural Language Tools

TEMPORAL PHRASE RESOLVER: Convert natural language phrases like 'tomorrow evening', 'end of week', 'early next week' to concrete time windows. Returns canonical window with start/end times, confidence score (0-1), and alternative interpretations. Context-aware for planning vs casual conversation.

Parameters

phrasestringRequired

Temporal phrase to resolve (e.g., 'tomorrow evening', 'end of week')

reference_timestringOptional

ISO 8601 reference datetime (defaults to now)

timezonestringOptional

IANA timezone

contextstringOptional

Context for interpretation: planning, scheduling, casual

Returns

window_start:Start of time window
window_end:End of time window
confidence:Confidence score 0-1
alternatives:Alternative interpretations

Example

resolve_temporal_phrase(phrase='tomorrow evening')

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.