Skip to main content
Glama

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

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

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "count": { "description": "Number of occurrences to return. Defaults to 1.", "exclusiveMinimum": 0, "type": "number" }, "date": { "description": "Starting date (YYYY-MM-DD format). Defaults to current date.", "type": "string" }, "format": { "description": "Output format (json or text)", "enum": [ "json", "text" ], "type": "string" }, "phase": { "description": "Moon phase to find", "enum": [ "New Moon", "First Quarter", "Full Moon", "Last Quarter" ], "type": "string" } }, "required": [ "phase" ], "type": "object" }

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