time_lookup

Retrieve current local time for any city using get_time_tool.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/MichaelYagi/mcp_a2a --skill time-lookup
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: time_lookup
Source: https://github.com/MichaelYagi/mcp_a2a/tree/main/servers/location/skills/time_lookup
Command: npx skills add https://github.com/MichaelYagi/mcp_a2a --skill time-lookup

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Get the current local time for any city in the world, enabling quick time checks for scheduling and coordination.

Core Features & Use Cases

  • Retrieve the current time for any city or timezone.
  • Support cross-timezone scheduling, event planning, and travel coordination by querying city names.
  • Use case: "What time is it in Tokyo right now?" to plan a meeting with participants in different regions.

Quick Start

Use the time_lookup skill to fetch the current time for a given city, for example: "time_lookup for London".

Frequently Asked Questions about time_lookup

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I check the current local time for a specific city?

To check the current local time for a city, query the city name to resolve its timezone and receive an accurate local time. This accounts for regional daylight saving changes automatically.

Can I use a world clock lookup for cross-timezone scheduling?

Yes, a world clock lookup supports cross-timezone scheduling by returning the current local time for any city queried. This enables quick time checks for event planning across different regions.

Does the local time lookup account for daylight saving changes?

Yes, the local time lookup accounts for daylight saving changes. It resolves the specific timezone for the queried city to ensure the returned local time is accurate.

What is the best way to coordinate travel planning across different timezones?

The best way to coordinate travel planning is to query the specific destination city names. This retrieves their current local times instantly, allowing you to align your schedule with the target regions.

Do I need to specify a timezone offset to get the correct local time?

No, you do not need to specify a timezone offset. The lookup resolves the timezone automatically based solely on the city name you provide, returning the correct local time.

Why does my timezone calculation show the wrong time during daylight saving?

Timezone calculations show the wrong time if daylight saving changes are not applied. This lookup automatically resolves the city's timezone and adjusts for daylight saving to return the correct local time.