Skip to main content
Glama

ephemeris_progressed_chart

Read-onlyIdempotent

Compute a progressed chart for a target date using secondary, solar arc, or tertiary methods, obtaining progressed planet positions, house cusps, aspects, and retrograde status.

Instructions

Calculate a Secondary Progressed (or Solar Arc / Tertiary) chart. Advances the natal chart symbolically — 1 day = 1 year (secondary), or using solar arc motion. Returns progressed planet positions, house cusps, aspects, and retrograde status.

CREDIT COST: 1 credit per call.

EXAMPLE: Secondary progressions for someone born 1985-06-21 at 2:00 PM in London, progressed to 2026-01-01: birth_datetime='1985-06-21T14:00:00', timezone='Europe/London', birth_latitude=51.5, birth_longitude=-0.12, target_datetime='2026-01-01', method='secondary'

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
methodNoProgression method. Defaults to 'secondary' (1 day = 1 year).
timezoneNoIANA timezone (e.g. `America/Chicago`); required when the datetime is naive, ignored otherwise.
visual_configNoOptional rendering preferences (only used when include_visual=true).
birth_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`.
birth_latitudeYesBirth latitude in decimal degrees. Resolve from a place name with location_search; never recall coordinates from memory.
include_visualNoWhen true, renders the progressed chart wheel as an SVG and embeds it 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.
birth_longitudeYesBirth longitude in decimal degrees.
include_aspectsNoWhether to include aspect grid in the response. Default false.
target_datetimeYesDate to progress the chart to. ISO 8601 date or zoned datetime; a naive clock time is rejected. Date-only resolves to 12:00 UTC.
Behavior4/5

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

Annotations already declare readOnlyHint, idempotentHint, and destructiveHint, so the safety profile is known. The description adds meaningful behavioral context beyond annotations: it explains the symbolic advancement (1 day = 1 year), lists return contents, and mentions credit cost. No contradiction exists.

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 well-structured: opening purpose sentence, a brief explanation of methods, credit notice, and a labeled example block. It is slightly longer than minimal but every sentence earns its place, especially the example which clarifies parameter usage.

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

Completeness4/5

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

Given the tool's complexity (9 params, nested visual_config, no output schema), the description provides solid context: return contents (positions, cusps, aspects, retrograde), method variants, and a complete usage example. Some details are left to the schema, but the description is sufficient for an agent to understand the tool's role and typical call shape.

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 description coverage is 100%, so params are already fully documented. The description adds extra value by showing a realistic example with concrete values for birth_datetime, timezone, coordinates, and target_datetime, which helps correct usage. It also notes the credit cost structure for include_visual in the schema.

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 begins with a specific verb and resource: 'Calculate a Secondary Progressed (or Solar Arc / Tertiary) chart.' It clearly distinguishes this tool from sibling ephemeris tools like natal or transit charts by explicitly naming the progression methods and the returned data (planet positions, house cusps, aspects, retrograde status).

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

Usage Guidelines4/5

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

The description provides clear context on what the tool computes and even shows a concrete example with parameter values, making the intended usage evident. However, it does not explicitly state when to prefer this over sibling tools like ephemeris_transits or ephemeris_solar_return, so exclusions are not covered.

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