Skip to main content
Glama

electional_station_tracker

Read-onlyIdempotent

Find exact times, longitudes, and signs for upcoming planetary retrograde and direct stations in any date range.

Instructions

Find all upcoming retrograde and direct stations for planets in a date range. Returns exact station times, longitudes, and signs.

USE THIS TOOL FOR: 'When does Mercury go retrograde?', 'Is Venus retrograde this year?', 'What planets station this month?', 'When does Mars go direct?'

❌ NOT FOR: 'Is Mercury retrograde right now?' — that is the state at a single instant, so use ephemeris_retrograde_status (1 credit for one planet, vs 5 here).

All required fields have smart defaults (searches the next 90 days from today).

CREDIT COST: 5 credits per call.

EXAMPLE: Mercury and Venus stations in the next 3 months (all defaults): (no args required, will auto-scan next 90 days for all inner planets)

EXAMPLE: Outer planet stations in 2026: start_date='2026-01-01', end_date='2026-12-31', planets='jupiter,saturn,uranus,neptune,pluto'

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
formatNoOutput format.
planetsNoComma-separated planet names to track. E.g. 'mercury,venus,mars' or 'jupiter,saturn,uranus,neptune,pluto'. Defaults to Mercury through Saturn (inner + classical planets).
end_dateNoEnd date (ISO 8601). Defaults to +90 days.
start_dateNoStart date (ISO 8601). Defaults to today.
Behavior4/5

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

Annotations already declare readOnlyHint, idempotentHint, and destructiveHint, so the description need not repeat them. It adds useful behavioral context: credit cost, smart defaults (90-day auto-scan), and return contents (exact station times, longitudes, signs). No contradiction exists; a minor ambiguity is the word 'upcoming' when a past start_date could be specified.

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 organized into labeled sections (use cases, not-for, defaults, credit cost, examples), which aids parsing. It is somewhat verbose but each section adds value; there is no fluff, and the structure makes it easy for an agent to extract the key information.

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?

For a read-only tool with no required parameters and no output schema, the description covers the essentials: purpose, usage boundaries, defaults, cost, and examples. It clearly states what the tool returns (exact station times, longitudes, signs), making it complete enough for an agent to invoke 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?

Schema coverage is 100%, so the baseline is 3. The description goes beyond by providing concrete examples with parameter values, explaining default planet selection (Mercury through Saturn) and default date range, and showing a full-parameter example. This meaningfully enhances schema-only definitions.

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 opens with a specific verb and resource: 'Find all upcoming retrograde and direct stations for planets in a date range.' It also lists example queries and explicitly distinguishes itself from the sibling tool ephemeris_retrograde_status, making its scope unambiguous.

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 includes explicit 'USE THIS TOOL FOR' and 'NOT FOR' sections, naming the alternative tool (ephemeris_retrograde_status) and explaining the credit cost difference. This provides clear when-to-use and when-not-to-use guidance.

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