Skip to main content
Glama

explore_human_design_transit

Read-only

Overlay a planetary transit on a natal Human Design bodygraph to highlight which channels it completes and which centers it newly defines.

Instructions

Overlay the current (or a chosen) planetary transit on a person's natal Human Design bodygraph.

CREDIT COST: 3 credits per call.

Highlights the channels a transit temporarily COMPLETES with the natal chart and any centers it newly defines — the core of a Human Design transit reading. Returns an interactive overlay bodygraph in MCP Apps-capable hosts (Claude Desktop), with a text summary fallback elsewhere. Premium (Pro tier). Calculated with NASA JPL DE440 ephemerides. Human Design was originated by Ra Uru Hu; OpenEphemeris is an independent calculation service, not affiliated with Jovian Archive.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
themeNoVisual theme for the overlay bodygraph. Set automatically by the embedded app to match the host; defaults to dark. You normally never need to pass this.
layoutNoOverlay composition. 'graph' (default) is the classic bodygraph rectangle with the transit's activated channels highlighted; 'mandala' nests the same overlay inside the concentric ring set the natal chart uses. Set by the in-iframe layout toggle, never by the model.
datetimeYesNatal birth datetime, ISO 8601 (e.g. '1990-04-15T19:30:00Z'). Include 'Z' or an offset, or supply timezone for local time. HD is time-sensitive to the minute.
latitudeNoNatal birth latitude in decimal degrees (positive = North). Optional if `location` is a place name — the resolver fills it in.
locationNoNatal birth location. Prefer a plain place name like 'New York, NY' — the server resolves it via the same lookup `location_search` uses (unambiguous names → coords + timezone; ambiguous names throw with a disambiguation hint). If neither location nor lat/lon is supplied the call is rejected — no silent 0°N 0°E charts.
timezoneNoIANA timezone for the birth location (e.g. 'America/New_York').
longitudeNoNatal birth longitude in decimal degrees (positive = East). Optional if `location` is a place name.
transit_datetimeNoTransit moment, ISO 8601; must include 'Z' or an offset. Defaults to now (UTC) when omitted.
Behavior4/5

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

Beyond the annotations (readOnlyHint=true, destructiveHint=false), the description discloses significant behavioral details: a 3-credit cost per call, premium tier status, return format differences between MCP Apps-capable hosts (interactive overlay) and fallback (text summary), use of NASA JPL DE440 ephemerides, and that the call is rejected if neither location nor lat/lon is supplied. These specifics go beyond the basic safety hints.

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 generally well-structured: a clear two-sentence core purpose, followed by bullet-like details on credits, output, tier, ephemeris source, and a disclaimer. The disclaimer about Ra Uru Hu and OpenEphemeris independence is not relevant to tool invocation and could be considered noise, but it does not significantly bloat the description.

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?

Despite lacking an output schema, the description tells the agent what to expect: an interactive overlay in MCP Apps-capable hosts or a text summary elsewhere. It also provides credit cost, location requirements, and ephemeris quality. Some edge behaviors (e.g., exact error handling for ambiguous locations) are only hinted at in the schema's location parameter, but overall it is fairly complete for a read-only tool.

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% description coverage for all 8 parameters, so the baseline is 3. The description does add one extra semantic constraint—the call is rejected without location/lat-lon information—which is not reflected in the schema's required fields. However, it does not add per-parameter syntax or format details beyond what the schema already documents, so it stays at baseline.

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's function with a specific verb ('Overlay') and resource ('planetary transit on a person's natal Human Design bodygraph'). It distinguishes itself from siblings like 'explore_human_design' (natal chart only) and 'ephemeris_transits' (raw transit data) by emphasizing the overlay and highlighting of completed channels/defined centers, which is the core of a transit reading.

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 context is implied: it is for Human Design transit readings. However, there is no explicit guidance on when to choose this tool over alternatives such as 'ephemeris_transits' or 'explore_transit_timeline'. It doesn't mention when not to use it or name any alternative tools, so the agent must infer its applicability.

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