Skip to main content
Glama

get_transits

Calculate aspects between transiting planets and natal planets, sorted by orb, for a specified date or current time. Enables astrological predictions by comparing transit positions to the birth chart.

Instructions

Transits croisés au thème natal : aspects entre les planètes qui transitent (aujourd'hui ou à une date donnée) et les planètes de naissance, triés par orbe. Le cœur des « prévisions ».

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
dateYesDate de naissance locale, format YYYY-MM-DD, ex. "1990-05-21".
timeYesHeure de naissance locale, format HH:mm (24 h), ex. "14:30".
datetimeNoInstant du transit en ISO UTC (défaut : maintenant), ex. "2026-07-19T09:00:00Z".
latitudeYesLatitude en degrés décimaux (positif = Nord).
timezoneYesFuseau IANA du lieu de naissance, ex. "Europe/Paris".
longitudeYesLongitude en degrés décimaux (positif = Est).
Behavior2/5

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

No annotations are provided, so the description must disclose behavioral traits. It states the tool returns aspects sorted by orb and can use a specific datetime, but it does not mention whether it is read-only, required permissions, or any side effects.

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 with two sentences. The first sentence efficiently communicates the core function. The second sentence is brief but somewhat subjective. No unnecessary repetition.

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?

Given no output schema, the description provides a reasonable summary of the output (aspects sorted by orb). However, it lacks detail on data structure, pagination, and edge cases (e.g., missing planetary positions).

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?

Schema description coverage is 100%, so parameters are well-documented. The description adds value by clarifying that datetime is optional (defaults to now) and the overall purpose, but does not enrich parameter meaning beyond 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 clearly states the tool computes transits (aspects between transit planets and natal planets) sorted by orb, explicitly calling it the core of predictions. This distinguishes it from siblings like get_aspects (likely natal aspects) and get_natal_chart.

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

Usage Guidelines2/5

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

The description provides no guidance on when to use this tool versus alternatives (e.g., get_aspects, get_natal_chart). It implies usage for predictions but does not specify prerequisites or 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/kairosastro-sketch/mcp-ephemeris'

If you have feedback or need assistance with the MCP directory API, please join our Discord server