Skip to main content
Glama
RyanCardin15

noaa-tidesandcurrents-mcp

get_next_moon_phase

Calculate the next occurrence of specific moon phases (New Moon, First Quarter, Full Moon, Last Quarter) starting from a chosen date. Input phase, date, count, and format to receive results in JSON or text.

Instructions

Get the next occurrence(s) of a specific moon phase

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
countNoNumber of occurrences to return. Defaults to 1.
dateNoStarting date (YYYY-MM-DD format). Defaults to current date.
formatNoOutput format (json or text)
phaseYesMoon phase to find
Behavior2/5

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

With no annotations provided, the description carries full burden but offers minimal behavioral insight. It mentions 'next occurrence(s)' which implies forward-looking temporal behavior, but doesn't disclose rate limits, error conditions, data sources, or output structure (e.g., whether results are sorted chronologically). For a tool with 4 parameters and no output schema, this is inadequate.

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 a single, efficient sentence that front-loads the core functionality with zero wasted words. It directly communicates the tool's purpose without redundancy or fluff, making it easy for an agent to parse quickly.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given 4 parameters, no annotations, and no output schema, the description is insufficient. It lacks behavioral details (e.g., how results are returned, error handling), doesn't explain the relationship with sibling tools, and provides no context on data accuracy or limitations. For a tool with moderate complexity, this leaves significant gaps for an agent.

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%, so parameters are well-documented in the schema itself. The description adds no additional semantic context beyond implying temporal sequencing ('next'). It doesn't explain parameter interactions (e.g., how 'date' and 'count' work together) or format details, so it meets the baseline but doesn't enhance understanding.

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 the verb ('Get') and resource ('next occurrence(s) of a specific moon phase'), making the purpose unambiguous. It distinguishes from sibling tools like 'get_moon_phase' (current phase) and 'get_moon_phases_range' (range of phases), though not explicitly named. However, it doesn't fully differentiate from 'get_next_sun_event', which has a similar temporal pattern but different resource.

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

Usage Guidelines2/5

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

No guidance is provided on when to use this tool versus alternatives like 'get_moon_phase' (current phase) or 'get_moon_phases_range' (multiple phases over a date range). The description implies usage for future occurrences but doesn't specify contexts or exclusions, leaving the agent to infer based on tool names alone.

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

Related 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/RyanCardin15/NOAA'

If you have feedback or need assistance with the MCP directory API, please join our Discord server