Skip to main content
Glama

Get Next Moon Phase Occurrence

astro_get_next_moon_phase
Read-onlyIdempotent

Find the date(s) of the next occurrence(s) of a principal moon phase (New Moon, First Quarter, Full Moon, Last Quarter) from a starting date.

Use for: "when is the next full moon?", planning around spring tides (which follow new/full moons by 1–2 days).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
dateNoSearch start date (YYYY-MM-DD). Defaults to today.
countNoHow many occurrences to return.
phaseYesWhich principal phase to find.
response_formatNoOutput format: "markdown" for a readable summary table, "json" for the complete structured payload.markdown

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observed

TDQS

A3.6/5.0
Behavior3/5

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

Annotations already indicate read-only and idempotent behavior. The description adds that it finds 'next occurrence(s)' but does not elaborate on other behavioral traits (e.g., no side effects, output behavior). The description adds minimal value beyond annotations.

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 two concise sentences, front-loaded with the core function and followed by practical use cases. No unnecessary words.

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?

The description covers the core purpose and usage context. With good schema coverage and annotations, it is mostly complete, though it could briefly mention output format options (though defined in schema).

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 coverage is 100%, so the schema already describes all parameters. The description only implicitly references parameters ('starting date' for date, 'next occurrence(s)' for count) without adding new semantic detail.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states it finds the next occurrence of a principal moon phase from a starting date, with examples like 'when is the next full moon?'. However, it does not explicitly distinguish itself from the sibling tool 'astro_get_moon_phase', which may have a different purpose, but the purpose is still clear.

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

Usage Guidelines3/5

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

The description provides usage examples ('when is the next full moon?', planning around spring tides) but does not specify when not to use this tool or compare it to alternatives like astro_get_moon_phase for specific dates.

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.