get_astrology_moon_phase_calendar_year_month
ActiveTool of Western Astrology MCP Server by RoxyAPI
declared in 2.0.0
Get complete lunar calendar showing moon phase and illumination for every day of a specific month. Perfect for creating moon phase calendars, lunar planners, and astrology event schedules.
Parameters schema
{
"type": "object",
"required": [
"year",
"month"
],
"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."
},
"year": {
"type": "number",
"example": 2026,
"maximum": 2100,
"minimum": 1900,
"description": "Calendar year (1900-2100)."
},
"month": {
"type": "number",
"example": 3,
"maximum": 12,
"minimum": 1,
"description": "Calendar month (1-12). 1 = January, 12 = December."
},
"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."
}
}
}Parent server
Western Astrology MCP Server by RoxyAPI
1/7 registries