get_astrology_moon_phase_upcoming
ActiveTool of Western Astrology MCP Server by RoxyAPI
Get upcoming moon phase transitions (New Moon, First Quarter, Full Moon, Last Quarter) for the next weeks/months. Returns dates and phase names for each lunar quarter. Perfect for lunar event calendars, moon phase widgets, and astrology planning tools.
Parameters schema
{
"type": "object",
"properties": {
"lang": {
"enum": [
"en",
"tr",
"de",
"es",
"hi",
"pt",
"fr",
"ru"
],
"type": "string",
"default": "en",
"example": "en",
"description": "Response language (ISO 639-1). Supported: en, tr, de, es, hi, pt, fr, ru. Defaults to en. Languages without translations yet return English."
},
"count": {
"type": "number",
"default": 8,
"example": 8,
"maximum": 20,
"minimum": 1,
"description": "Number of upcoming moon phase transitions to return (1-20). Defaults to 8."
},
"compact": {
"type": "boolean",
"default": false,
"description": "Set true to receive the exact same data in a token-optimized shape that is cheaper for you to read: whitespace is stripped and every array of same-shaped objects is encoded columnar as {\"__cols\":[field names],\"__rows\":[[values]]}, so each field name is sent once instead of once per row. Fully lossless (no field or value is dropped or changed) and typically 40 to 52 percent fewer tokens on large results. Prefer true whenever token or inference cost matters. Default false returns standard indented JSON."
},
"startDate": {
"type": "string",
"format": "date",
"example": "2025-12-18",
"description": "Start date in YYYY-MM-DD format. Defaults to today if omitted."
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Western Astrology MCP Server by RoxyAPI
1/7 registries