Skip to main content
Glama

human_design_chart

Read-onlyIdempotent

Calculate a full Human Design chart from birth data, revealing type, strategy, authority, profile, centers, gates, channels, and incarnation cross. Automatically computes both Personality and Design positions.

Instructions

Calculate a full Human Design I Ching hexagram chart from birth data. Returns the person's Type (Generator, Manifesting Generator, Projector, Manifestor, Reflector), Strategy, Authority, Profile (e.g. 1/3, 2/4), defined and undefined Centers, activated Gates and Channels, Incarnation Cross, and both Personality (conscious) and Design (unconscious) planetary positions.

Returns raw JSON. For a user-facing interactive bodygraph, use explore_human_design instead.

CREDIT COST: 2 credits per call.

Human Design uses two calculation moments: the birth time (Personality) and ~88° of Sun motion before birth (~3 months prior, the Design calculation). The API handles this automatically.

The datetime must state its zone — pass an offset/'Z', or pass local time plus timezone. A zone-less datetime is rejected rather than assumed to be UTC: Human Design is minute-sensitive, and an hour of error changes the Profile and the Design Sun line.

EXAMPLE (local birth time + zone): someone born 15 April 1990 at 14:30 in Chicago: datetime='1990-04-15T14:30:00', timezone='America/Chicago', latitude=41.8781, longitude=-87.6298 EXAMPLE (already in UTC): datetime='1990-04-15T19:30:00Z', latitude=41.8781, longitude=-87.6298

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
formatNoOutput format. 'llm' returns compact array projection for token efficiency (available on all tiers). 'json' returns verbose full output.
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`.
latitudeNoLatitude 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.
longitudeNoLongitude of birth location in decimal degrees (positive = East).
visual_configNoOptional rendering preferences (only used when include_visual=true).
include_visualNoWhen true, renders the Human Design bodygraph as an SVG and embeds it in the response. The bodygraph image will display in the conversation alongside the data. Costs 2 additional credits on top of the base call cost.
Behavior5/5

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

Annotations already declare readOnlyHint, idempotentHint, and destructiveHint false, but the description adds substantial behavioral context: it returns raw JSON, costs 2 credits per call (plus 2 more for visuals), rejects zone-less datetimes rather than assuming UTC because Human Design is minute-sensitive, and explicitly notes that the API handles the ~88° Design calculation automatically. These details go well beyond the annotations.

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

Conciseness5/5

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

The description is long but every sentence earns its place. It opens with the core purpose and outputs, then in a tight sequence covers the raw JSON format, the alternative tool, credit cost, the two-calculation-moment domain concept, the timezone rule with reasoning, and two concrete examples. There is no filler or repetition; the structure is front-loaded and logical.

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?

For a tool with no output schema, the description compensates by listing all major output categories. It covers inputs (including the timezone requirement and coordinate resolution), behavior (automatic design calculation, rejection of invalid datetimes), cost, and alternatives. It is complete for the complexity of a Human Design calculation tool, leaving no critical gap.

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

Parameters5/5

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

Schema coverage is 100%, but the description enriches parameters with crucial context: it explains why the timezone is required (an hour of error changes the Profile and Design Sun line), provides two full usage examples (one with local time + timezone, one with Z suffix), and instructs that latitude/longitude must be resolved via location_search, never recalled from memory. This adds meaning beyond the schema's bare descriptions.

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 states the tool 'Calculate a full Human Design I Ching hexagram chart from birth data' and enumerates the exact outputs (Type, Strategy, Authority, Profile, Centers, Gates, Channels, Incarnation Cross, planetary positions). It also distinguishes itself from the sibling 'explore_human_design' by noting that alternative is for interactive bodygraphs. This is a specific, differentiated purpose.

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?

The description explicitly says to use 'explore_human_design' instead for a user-facing interactive bodygraph, providing a direct alternative. It also gives concrete guidance on when to use timezone vs. UTC, warns against recalling coordinates from memory (use location_search), and explains the automatic handling of the two calculation moments. This is clear usage context with exclusions.

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