Skip to main content
Glama

ephemeris_progressed_chart

Read-only

Calculate a progressed chart using secondary, solar arc, or tertiary progression methods. Advance a natal chart to a target date and retrieve 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, progressed to 2026-01-01: birth_datetime='1985-06-21T14:00:00', birth_latitude=51.5, birth_longitude=-0.12, target_datetime='2026-01-01', method='secondary'

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
birth_datetimeYesISO 8601 natal birth date/time.
birth_latitudeYesBirth latitude in decimal degrees.
birth_longitudeYesBirth longitude in decimal degrees.
target_datetimeYesTarget date to progress the chart to (ISO 8601).
methodNoProgression method. Defaults to 'secondary' (1 day = 1 year).
include_aspectsNoWhether to include aspect grid in the response. Default false.
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.
visual_configNoOptional rendering preferences (only used when include_visual=true).
Behavior4/5

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

The description discloses returned data (planet positions, house cusps, aspects, retrograde status) and credit costs beyond the readOnlyHint annotation. It also mentions extra credit for visual rendering. 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.

Conciseness3/5

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

The description is three sentences plus a code block; it includes useful but slightly verbose elements. The essential information is present, but some redundancy exists (e.g., repeating ISO 8601 format). Could be more succinct.

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

Completeness3/5

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

The description outlines general return content but lacks details on output structure or pagination. Given no output schema, more specific information about response format (e.g., JSON structure) would improve completeness.

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

Parameters3/5

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

The input schema already provides 100% parameter descriptions. The description adds an example and notes on credit cost for the 'include_visual' parameter, but does not significantly enhance parameter meaning beyond what the schema offers.

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 clearly states the tool calculates a progressed chart (Secondary Progressed, Solar Arc, or Tertiary) and explicitly details the symbolic advancement method. It distinguishes itself from sibling ephemeris tools like transits or solar returns by focusing on progression methods.

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

Usage Guidelines3/5

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

The description provides an example usage and enumerates methods, but does not explicitly guide when to use this tool versus alternatives like ephemeris_natal_transits or ephemeris_solar_return. The context of when-not-to-use or prerequisite conditions is absent.

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