Skip to main content
Glama
igmizo

auseklis

by igmizo

Get Planet Position

get_planet_position
Read-onlyIdempotent

Compute the zodiac position of any planet or point at a specified time. Returns sign, degree, retrograde status, and daily motion for astrological inquiries.

Instructions

Compute the zodiac position of a single body or point at a single moment.

Returns the geocentric ecliptic longitude, sign and degree within sign, daily motion, and retrograde state. Use for "where is X" questions rather than a full chart. Bodies: Sun through Pluto, plus NorthNode, SouthNode (mean lunar nodes) and Lilith (mean lunar apogee / Black Moon Lilith).

Examples:

  • "Where is Mars right now?" -> { body: "Mars" } (datetime defaults to now)

  • "Was Mercury retrograde on 2026-01-01?" -> inspect retrograde in the result

  • "Moon sign at 14:30 in Riga on 3 May 1985" -> { body: "Moon", datetime: "1985-05-03T14:30", timezone: "Europe/Riga" }

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
bodyYesWhich body or point to locate.
datetimeNoMoment to compute for. Defaults to now.
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.
zodiacNoZodiac frame: tropical (Western default), sidereal-lahiri (Vedic), or sidereal-fagan-bradley (Western sidereal).tropical

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
bodyYes
longitudeYes
signYes
degreeInSignYes
speedYes
retrogradeYes
Behavior5/5

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

Annotations already provide readOnlyHint=true, destructiveHint=false, idempotentHint=true. The description adds valuable behavioral details: returns geocentric ecliptic longitude, sign/degree, daily motion, retrograde state; defaults datetime to 'now'; single moment computation. No contradictions.

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?

Well-structured: summary, return details, usage guideline, body list, examples. Every sentence is informative and no fluff. Appropriate length for a single-position tool.

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?

Given moderate complexity (4 params, 1 required), schema coverage 100%, and presence of output schema (not shown but mentioned), the description covers all essentials: purpose, parameters, return values, and usage examples. Complete for agent selection and invocation.

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%, baseline 3. Description adds meaning via examples demonstrating parameter usage (e.g., datetime default, timezone requirement, zodiac options). Also clarifies the 'body' enum with full list and explanation of points like NorthNode, SouthNode, Lilith.

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 'Compute the zodiac position of a single body or point at a single moment.' It specifies the verb (compute), the resource (zodiac position), and distinguishes from sibling tools like compute_natal_chart (full chart).

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?

Explicitly guides to 'Use for "where is X" questions rather than a full chart.' Examples further clarify appropriate use cases (e.g., locating a planet, checking retrograde). Does not name specific sibling alternatives, but the guidance is clear.

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