VREME
🔹

Query Time

Category: Natural Language Tools

NATURAL LANGUAGE CONVENIENCE TOOL: Ask questions about time, calendars, and observances in plain English. Use this for: 'What time is it in Tokyo?', 'When is Ramadan?', 'Is it Diwali?', 'What's the moon phase?'. Returns rich context including 31 calendars, astronomical events, and cultural observances. DO NOT use this for simple 'What time is it?' queries - use get_current_time instead. Slower than specialized tools - prefer check_holiday for simple holiday lookups, query_prayer_times for prayer times, or check_activity_appropriateness for meeting appropriateness.

Parameters

querystringRequired

Natural language temporal query (e.g., 'What time is it in Tokyo?', 'When is Ramadan?')

user_timezonestringOptional

Optional: Your timezone for relative time calculations

Returns

query:Original query
parsed:Intent, location, timezone, confidence
context:Current time, astronomical, cultural calendars, activity appropriateness
answer:Human-readable answer
execution_time_ms:Query execution time

Example

query_time(query='What time is it in Tokyo?')

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.