Western Moon Calendar
asterwise_get_western_moon_calendarGet lunar phase data for every day in a calendar month. Returns a structured array of daily moon phases to plan activities by the moon.
Instructions
Returns lunar phase data for every day in a calendar month as a structured array. Each element is a complete daily phase object identical to asterwise_get_western_moon_phase.
WORKFLOW: BEFORE: None — standalone. AFTER: None.
INPUT CONTRACT: year (optional int) — Target year. Defaults to current year. Example: 2026 month (optional int 1–12) — Target month. Defaults to current month. Example: 5 (May) Values outside 1–12 are rejected locally with MCP INVALID_PARAMS.
DO NOT CONFUSE WITH: asterwise_get_western_moon_phase — single-day phase only.
Full output and error contract: https://docs.asterwise.com/mcp/tools/get-western-moon-calendar/
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| year | No | Four-digit calendar year, e.g. 2026. Defaults to the current year when omitted. | |
| month | No | Month number 1-12. Defaults to the current month when omitted. | |
| response_format | No | Output format: 'markdown' (default) for a readable report, or 'json' for the raw structured payload. | markdown |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |