> ## Documentation Index
> Fetch the complete documentation index at: https://docs.geometry.app/llms.txt
> Use this file to discover all available pages before exploring further.

# get_day

> BETA — One calendar day → day card plus Roman / Greek / Norse day ruler.

<Badge color="orange">Beta</Badge>

<Info>
  **Status:** Beta — open for builders; under active testing. Formerly `get_day_card`. Most-tested tools remain [`get_birthdate`](/tools/get-birthdate) and [`get_compatibility`](/tools/get-compatibility).
</Info>

One calendar day in → the **day card** plus Roman / Greek / Norse **day ruler** context. Smaller than [`get_birthdate`](/tools/get-birthdate) — day focus only.

<Info>
  **One call returns** the day's cosmic card, weekday, and planetary ruler — a lightweight, deterministic lookup from a single date.
</Info>

|             |                                                                                                                                                      |
| ----------- | ---------------------------------------------------------------------------------------------------------------------------------------------------- |
| **Input**   | `day_date` (YYYY-MM-DD) — required; pass the date explicitly (no implicit “today”)                                                                   |
| **Range**   | `1900-01-01` … `2100-12-31` → `full`; nearby dates outside that window → `extended`; farther out → `day_card_only` (day card + ruler still returned) |
| **Version** | `v0.3.0`                                                                                                                                             |
| **MCP URL** | `https://mcp.geometry.app/mcp`                                                                                                                       |

**Ask:**

> What's the day card for 2026-07-23?

**Full payload / raw JSON:** call this tool — live response is the complete object (no verbosity flag).

## Example response

```json theme={null}
{
  "tool": "get_day",
  "tool_version": "v0.3.0",
  "engine_chain": "v0.66",
  "date": "2026-07-23",
  "temporal_context": "full",
  "weekday": {
    "weekday_no": 4,
    "weekday": "thursday"
  },
  "day_card": {
    "card_no": 12,
    "card_name": "queen of clubs",
    "unicard_slug": "queen-of-clubs",
    "unicard_symbol": "Q♣",
    "rank_code": "Q",
    "suit_name": "clubs"
  },
  "day_ruler": {
    "day_of_week": 4,
    "ruling_planet": "jupiter",
    "planet_no": 3,
    "planet_symbol": "♃",
    "roman": "jupiter",
    "greek": "zeus",
    "norse": {
      "day_name": "þórsdagr",
      "deity": "thor"
    }
  }
}
```

v0.3 ships **Roman · Greek · Norse** only.

## Related

* [get\_birthdate](/tools/get-birthdate) — birth identity
* [get\_compatibility](/tools/get-compatibility) — two birth dates
* [get\_name](/tools/get-name) — name → cosmic cards (beta)
