Skip to main content
Glama

Western Astrology MCP Server by RoxyAPI

Monthly Ephemeris - Daily tropical planetary positions for a month

post_astrology_planets_monthly
Read-only

Get daily tropical ecliptic positions for all 14 Western bodies (the 10 classical planets Sun through Pluto, the lunar nodes, Chiron, and Black Moon Lilith) for an entire month. Returns longitude, zodiac sign, degree within sign, and retrograde status for each body on each day, calculated at noon UTC. Omit year and month to get the month in progress, so a published ephemeris page stays current without a redeploy. Essential for ephemeris tables, transit tracking, retrograde calendars, and planetary movement charts. Monthly ephemeris API, tropical position table, daily planet transit positions, ecliptic longitude calculator. Verified against NASA JPL Horizons.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
langNoResponse language (BCP 47). Supported: en, tr, de, es, hi, pt, fr, ru, zh-Hans, zh-Hant. Defaults to en. Coverage varies by domain, and a field with no translation in the requested language returns English.en
yearNoYear for the monthly ephemeris (1900-2100). Defaults to the current year (UTC).
monthNoMonth number (1-12) for the ephemeris. Defaults to the current month (UTC).
compactNoSet true for the same data in a compact shape: arrays of same-shaped objects arrive columnar as {"__cols":[names],"__rows":[[values]]}. Lossless, typically 40 to 52 percent fewer tokens.

TDQS

A4.6/5.0
Behavior5/5

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

Goes well beyond the readOnlyHint annotation by disclosing the calculation moment ('at noon UTC'), the accuracy provenance ('Verified against NASA JPL Horizons'), and the dynamic default behavior that keeps a published page current without redeployment. These are real behavioral traits an agent needs to decide when results are time-anchored and how inputs affect the response.

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 first three sentences carry dense, valuable information with front-loaded facts. The closing keyword-style sequence ('Monthly ephemeris API, tropical position table, daily planet transit positions, ecliptic longitude calculator') is largely redundant repetition of earlier content, though it also holds the useful JPL verification fact. It would average every sentence earns its place.

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?

For a zero-required-parameter tool with 100% schema coverage, the description fully conveys the body list, date range, temporal reference, return fields, and default-current behavior. The annotation already covers the safety profile, and the description covers the epistemic context; what an agent needs to invoke and interpret the call is present.

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 already documents all 4 parameters at 100% coverage, so the baseline is 3. The description adds practical value by explaining why omitting year and month yields the month-in-progress (a 'stay current without a redeploy' strategy), giving the agent a semantic reason to prefer defaults. That context is genuinely additive rather than a restatement.

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 the verb 'Get' and a precise resource: daily tropical ecliptic positions for an exact enumeration of 14 Western bodies across a full month. It names the specific outputs (longitude, zodiac sign, degree within sign, retrograde status), which separates it from sibling tools like post_astrology_transits_monthly (aspect-oriented) and post_astrology_planets (non-monthly position data).

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?

Use cases are explicit: 'Essential for ephemeris tables, transit tracking, retrograde calendars, and planetary movement charts.' It also gives actionable input guidance ('Omit year and month to get the month in progress, so a published ephemeris page stays current without a redeploy'). However, it stops short of naming sibling alternatives or stating when not to use it.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

A3.8/5.0
Disambiguation3/5

Most tools are scoped to a clearly distinct domain—moon phases, houses, returns, fixed stars, astrocartography—but several pairs overlap, notably synastry vs. compatibility_score and transits vs. transit_aspects. The descriptions are long and do help an agent choose, but the boundaries are not always obvious at the name level.

Naming Consistency4/5

Every tool follows the same snake_case get_astrology_/post_astrology_ prefix pattern, making the group predictable and readable. However, collection endpoints like get_astrology_planet_meanings_id and get_astrology_signs_id awkwardly combine plural collection and singular id naming, and names like calendar_year_month depart from the cleaner resource+suffix pattern.

Tool Count2/5

With 38 tools, this is well over the 25+ threshold and feels heavy for an agent to traverse. While Western astrology is a broad domain, several near-duplicate endpoints, especially synastry/compatibility and transits/transit_aspects, could be consolidated into fewer, more scoped tools.

Completeness5/5

The toolset is comprehensive, covering natal charts, relationships, transits, returns, progressions, aspects, houses, relocation, and reference data. It includes enough specialized endpoints for both casual horoscope use and in-depth astrological analysis, with no obvious dead ends for the stated domain.

Resources