Skip to main content
Glama

ephemeris_house_cusps

Read-onlyIdempotent

Calculate house cusps and angles (ASC, MC, DSC, IC) for any date, time, and location using Placidus, Koch, or other house systems.

Instructions

Calculate house cusps and angles (ASC, MC, DSC, IC) for a given date, time, and location using one or more house systems.

House system codes: P=Placidus, K=Koch, O=Porphyry, R=Regiomontanus, C=Campanus, E=Equal, W=Whole Sign.

CREDIT COST: 1 credit per call.

EXAMPLE: Placidus houses for London at 2026-03-20 noon UTC: datetime='2026-03-20T12:00:00Z', latitude=51.5074, longitude=-0.1278, house_systems=['P']

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
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`.
latitudeYesObserver latitude in decimal degrees. 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.
longitudeYesObserver longitude in decimal degrees.
house_systemsNoList of house system codes. E.g. ['P', 'W']. Defaults to ['P'] (Placidus).
Behavior4/5

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

Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, covering the safety profile. The description adds meaningful context beyond annotations: 'CREDIT COST: 1 credit per call' and the full list of house system codes with their meanings, which inform invocation behavior. No contradiction 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 concise and front-loaded: the first sentence states the core function, followed by a neat code list, credit cost, and a compact example. No extraneous content; every sentence contributes useful operational detail. Minor deduction for being slightly longer than strictly necessary, but structure is clean.

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 there is no output schema, the description helps by naming the return concepts (ASC, MC, DSC, IC) and offering an example invocation. It also notes the required timezone handling via the schema. It does not describe the output format or edge-case constraints, but the provided details are sufficient for a qualified agent to call the tool correctly.

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?

Input schema covers all 5 parameters with detailed descriptions, so the schema does most of the heavy lifting. The description adds value by mapping house system codes to names (P=Placidus, K=Koch, etc.) and providing a concrete example that shows how datetime, latitude, longitude, and house_systems combine. This exceeds the baseline for a fully documented 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?

Description opens with 'Calculate house cusps and angles (ASC, MC, DSC, IC) for a given date, time, and location using one or more house systems.' This is a specific verb+resource, and the explicit list of angles makes the scope unmistakable. It clearly distinguishes from sibling ephemeris tools that target transits, natal charts, or other astrological calculations.

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 conveys when the tool is relevant (calculating house cusps) and provides an example, but it does not explicitly state when to use this over alternatives or offer any 'when not to use' guidance. Sibling tool names like ephemeris_natal_chart and ephemeris_transits imply alternatives, yet no direct comparison is made.

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