Smithery

get_local_time

Get the current local time for a US location. Shows what time it is right now at the specified location.

Remote smithery-ai/national-weather-service

Other tools also called get_local_time? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "location": {
      "type": "string",
      "description": "US location as coordinates (lat,lng) in decimal degrees. Example: '40.7128,-74.0060' for New York City."
    }
  }
}