Skip to main content
Glama

ephemeris_next_lunar_phase

Read-only

Find the next occurrence of a specific lunar phase (new moon, full moon, first quarter, last quarter) after a given date. Returns UTC datetime, zodiac sign, and degree. Specify phase, optional start date, and number of results (1-12).

Instructions

Find the next occurrence of a specific Moon phase after a given date. Returns the exact UTC datetime, zodiac sign, and degree.

✅ USE THIS TOOL FOR: 'When is the next new moon?', 'When is the next full moon?', 'What date is the next quarter moon?', or any question about UPCOMING phase dates.

CREDIT COST: 1 credit per call.

EXAMPLE: Find the next new moon: phase='new_moon'

EXAMPLE: Find the next full moon after a specific date: phase='full_moon', after_date='2026-06-01'

EXAMPLE: Find the next 3 full moons: phase='full_moon', count=3

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
phaseYesThe lunar phase to find. 'new_moon' = conjunction (0° Sun-Moon, start of cycle). 'full_moon' = opposition (180°). 'first_quarter' = 90° waxing. 'last_quarter' = 270° waning.
after_dateNoISO 8601 date to search from (e.g. '2026-06-01'). Defaults to today (UTC) if omitted.
countNoNumber of upcoming occurrences to return (1-12). Default 1.
Behavior4/5

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

Annotations already declare readOnlyHint=true and destructiveHint=false. The description adds value by noting 'Returns the exact UTC datetime, zodiac sign, and degree' and mentioning credit cost. 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.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is moderately concise, using bullet points and examples. It earns its length by offering usage examples, though could be slightly tighter. Structure helps readability.

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?

Despite lacking an output schema, the description explains the return values (datetime, zodiac sign, degree), which is sufficient. It covers credit cost and default behavior. Adequate for a simple tool.

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%, with well-documented parameters. The description adds example usages and clarifies output details (zodiac sign, degree), providing marginal value beyond schema. Baseline 3 is appropriate.

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 explicitly states 'Find the next occurrence of a specific Moon phase after a given date', clearly identifying the action (find), resource (Moon phase), and scope (next, after date). It distinguishes from sibling ephemeris tools by being specific to lunar phases.

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 provides explicit guidance: '✅ USE THIS TOOL FOR: ...' with example queries. While it doesn't explicitly mention when not to use it, the examples and context make its usage clear. Lacks exclusion but overall strong.

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