VREME
📊

Analyze Temporal Context

Category: Analysis Tools

DEEP TEMPORAL ANALYSIS: Get EVERYTHING about a specific date - all 31 calendar representations, 300+ cultural observances, astronomical events, business context, seasonal info, and temporal density score (0-100 significance). Use this when user says 'tell me about this date' or 'analyze this date'. Overkill for simple queries - use check_holiday for 'is it a holiday?', use query_time for 'what time?'. Can specify include_fields to get only what you need (calendars, observances, astronomical, business, seasonal, density).

Parameters

datestringRequired

ISO 8601 date string (e.g., '2024-12-25T00:00:00')

locationstringOptional

Optional: Location for astronomical/timezone context (e.g., 'New York', 'Jerusalem')

include_fieldsarrayOptional

Optional: Specific fields to include - ['calendars', 'observances', 'astronomical', 'business', 'seasonal', 'density']. Omit for all fields.

Returns

temporal_density:Significance score 0-100
calendars:All 31 calendar system representations
observances:Cultural and religious observances
astronomical:Sun, moon, and planetary data
seasonal:Season and day of year
business:Business day status

Example

analyze_temporal_context(date='2024-12-25T00:00:00', location='New York')

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.