Skip to main content
Glama

ephemeris_natal_chart

Read-onlyIdempotent

Generate a complete natal chart from birth date, time, and location, including planetary positions, house cusps, aspects, and chart patterns.

Instructions

Calculate a full natal (birth) chart for a person. Returns planetary positions, house cusps, aspects, and chart patterns. Use format='llm' for a compact, token-efficient output ideal for interpretation (available on all tiers). The result includes all major planets, Chiron and major asteroids like Ceres, angles (ASC/MC/DSC/IC), essential dignities, retrograde status, house system data, and major aspect grid. Asteroids are automatically included. Returns raw JSON. For a user-facing visual chart, use explore_natal_chart instead.

CREDIT COST: 1 credit per call.

EXAMPLE: born 15 April 1990 at 2:30 PM local time in Chicago — pass the local time and name the zone: datetime='1990-04-15T14:30:00', timezone='America/Chicago', latitude=41.8781, longitude=-87.6298 Equivalently, put the zone on the datetime: datetime='1990-04-15T14:30:00-05:00' (or the UTC instant '1990-04-15T19:30:00Z').

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
formatNoOutput format. 'llm' returns a compact array-based projection optimized for LLM token efficiency (available on all tiers). 'json' returns full verbose JSON.
datetimeYesISO 8601 datetime; zone required — a `Z`/±HH:MM suffix or the `timezone` argument. Date-only resolves to 12:00 UTC. Full rule: server `instructions`.
latitudeYesGeographic latitude of birth location in decimal degrees (positive = North). Resolve from a place name with location_search; never recall coordinates from memory.
timezoneNoIANA timezone (e.g. `America/Chicago`); required when the datetime is naive, ignored otherwise.
longitudeYesGeographic longitude of birth location in decimal degrees (positive = East).
house_systemNoHouse system to use. Defaults to 'placidus' if omitted.
visual_configNoOptional rendering preferences (only used when include_visual=true).
include_visualNoWhen true, renders the natal chart wheel as an SVG and embeds it directly in the response. The chart image will display in the conversation alongside the data. Costs 2 additional credits on top of the base call cost.
include_fixed_starsNoInclude fixed-star positions in the natal response (routed as `configuration.fixed_star_options.include: true`). For a standalone fixed-stars payload without a full natal chart, use `/ephemeris/fixed-stars` instead.
include_arabic_partsNoInclude Hermetic Lots / Arabic Parts in the natal response (routed as `options.include_hermetic_lots: true`). For a standalone lots-only payload without a full natal chart, use `/ephemeris/hermetic-lots` instead.
Behavior5/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations already mark the tool as readOnly, idempotent, and non-destructive, so the safety profile is covered. The description adds substantial behavioral context beyond that: credit cost per call, extra credits for visual, automatic inclusion of asteroids, routing of flags to underlying config, and that the result is raw JSON (with SVG embedded when include_visual=true). No contradictions with annotations.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is multi-paragraph but every sentence earns its place: it covers purpose, return contents, format recommendation, credit cost, an example, and sibling alternatives. It is front-loaded with the core purpose. Some minor redundancy exists (the return list is mentioned twice), but overall it is efficient and well-structured.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given 10 parameters, a nested object, and no output schema, the description is remarkably complete. It explains credit costs, how to handle timezone ambiguities, what is automatically included, how to use format='llm', and points to sibling tools for alternatives. It leaves no obvious gaps for correct invocation and interpretation.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100%, so baseline is 3. The description adds valuable clarification beyond the schema: it explains the purpose of format='llm', gives a concrete datetime/timezone example with Chicago, and warns that latitude should not be recalled from memory. This extra context helps correct parameter usage, warranting a slight bump.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description opens with a specific verb ('Calculate a full natal (birth) chart') and clearly states what it returns (planetary positions, house cusps, aspects, chart patterns). It differentiates itself from the sibling explore_natal_chart by explicitly directing user-facing visual charts there, and also names standalone endpoints for fixed stars and Arabic parts.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Provides explicit guidance on when to use this tool versus alternatives: 'For a user-facing visual chart, use explore_natal_chart instead', and for standalone fixed-stars/hermetic lots payloads, recommends /ephemeris/fixed-stars and /ephemeris/hermetic-lots. It also recommends format='llm' for token-efficient interpretation and tells users to resolve coordinates with location_search.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/openephemeris/openephemeris-MCP'

If you have feedback or need assistance with the MCP directory API, please join our Discord server