Skip to main content
Glama
igmizo

auseklis

by igmizo

Find Aspect Times

find_aspect_times
Read-onlyIdempotent

Find exact moments a transiting body forms an aspect to a natal position, including multiple hits from retrograde loops.

Instructions

Find the exact moments a transiting body perfects an aspect to a natal position — "when exactly does Saturn square my Sun?" Retrograde loops produce multiple hits (typically three) and each is returned.

The natal position can be given two ways:

  1. natal_datetime (+ natal_timezone) and natal_body — computed for you

  2. natal_longitude directly, if already known

Examples:

  • "When does transiting Saturn square my natal Sun (born 1990-03-15 15:45 Riga)?" -> { transiting_body: "Saturn", aspect: "square", natal_datetime: "1990-03-15T15:45", natal_timezone: "Europe/Riga", natal_body: "Sun", from_datetime: "2026-01-01", to_datetime: "2030-01-01" }

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
transiting_bodyYesThe moving body.
aspectYesWhich classical aspect to search for.
natal_datetimeNoBirth date/time (with natal_body).
natal_timezoneNoIANA timezone the datetime is local to, e.g. "Europe/Riga" or "America/New_York". Omit when the datetime already carries Z or a UTC offset.
natal_bodyNoWhich natal body/point is aspected.
natal_longitudeNoNatal longitude in degrees, as an alternative to natal_datetime + natal_body.
from_datetimeYesStart of the search window.
to_datetimeYesEnd of the search window (max 120 years after start).

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
hitsYes
Behavior5/5

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

The description adds valuable context beyond annotations by noting that retrograde loops produce multiple hits (typically three) and that each is returned. Annotations already declare readOnlyHint=true and idempotentHint=true, and the description is fully consistent with these traits, enhancing transparency.

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 well-structured: it starts with the core purpose, then explains a key behavioral detail (retrograde loops), then details the two parameter methods, and ends with an illustrative example. Every sentence provides essential information without redundancy.

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?

All 8 parameters are addressed (4 required, 4 optional), with clear explanations for the two natal specification paths. The tool has an output schema (per context signals), so return values are covered. The description is comprehensive for a complex astrological query tool.

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?

With 100% schema description coverage, the baseline is 3, but the description goes further by explaining the dual methods for specifying natal position and providing an example that maps natural language to parameters. This adds significant 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 finds exact moments when a transiting body aspects a natal position, using a specific verb ('Find') and resource ('aspect times'). It distinguishes from sibling tools like find_eclipses or find_retrograde_periods by its unique focus on transiting aspects.

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

Usage Guidelines4/5

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

The description explains two ways to specify the natal position and provides a detailed example, giving clear context on how to use the tool. However, it does not explicitly mention when not to use it or contrast with alternatives like compute_transits, which could further clarify usage boundaries.

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/igmizo/auseklis'

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