You're viewing a demo portfolio

Join the waitlist
PRSM

get_times_date

Active

Tool of sunrisesunset

declared in 0.1.0

Get sunrise, sunset, dawn, dusk, solar noon, and golden hour times for a specific date at a location.

Parameters schema

{
  "type": "object",
  "examples": [
    {
      "lat": 40.7128,
      "lng": -74.006,
      "date": "2024-06-21"
    },
    {
      "lat": 35.6762,
      "lng": 139.6503,
      "date": "2024-12-21"
    }
  ],
  "required": [
    "lat",
    "lng",
    "date"
  ],
  "properties": {
    "lat": {
      "type": "number",
      "description": "Latitude of the location (e.g., 40.7128)"
    },
    "lng": {
      "type": "number",
      "description": "Longitude of the location (e.g., -74.0060)"
    },
    "date": {
      "type": "string",
      "description": "Date in YYYY-MM-DD format (e.g., \"2024-06-21\")"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

sunrisesunset

https://github.com/pipeworx-io/mcp-sunrisesunset

1/7 registries
View full server →
get_times_date — sunrisesunset — PRSM MCP