Skip to main content
Glama
ncreighton

astro-cosmic-weather-mcp

by ncreighton

moon_sign_ingresses

Get exact timestamps for Moon zodiac sign ingresses over any date range. Find when the Moon enters a sign or what sign it moves into next.

Instructions

List Moon zodiac sign ingress events (the exact moments the Moon moves from one zodiac sign into the next) within a date range. Use this when the user asks "when does the moon enter Scorpio?", "what sign is the moon moving into next?", or wants a schedule of moon-sign changes. If no range is given, the API defaults to now through +90 days.

Args: from_date: Start of the range, ISO 8601 (e.g. "2026-08-01"). Omit for "starting now". to_date: End of the range, ISO 8601 (e.g. "2026-11-01"). Omit for "90 days from the start". tz: IANA timezone name for the returned event timestamps. Defaults to "UTC".

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
tzNoUTC
to_dateNo
from_dateNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

With no annotations provided, the description carries the burden and discloses important behaviors: defaults to now through +90 days, ISO 8601 date formats, and timezone handling. It does not mention error conditions or rate limits, but the presence of an output schema reduces the need to describe return values, and the disclosed defaults are valuable behavioral context.

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 front-loaded with the core purpose in the first sentence, followed by usage examples and defaults. The Args section is clearly structured and concise. Every sentence adds necessary information without redundancy.

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?

The tool is moderately complex with three optional parameters, an output schema, and several sibling tools. The description covers what the tool does, when to use it, parameter semantics, and default behaviors. The output schema handles return-value documentation, so nothing critical is missing.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 0% (the schema itself has no property descriptions), but the tool description fully compensates with an Args section. It explains each parameter's meaning, format (ISO 8601), examples, omit behavior, and timezone default. This adds significant value beyond the bare schema types.

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 uses a specific verb ('List') and resource ('Moon zodiac sign ingress events'), defines exactly what constitutes an ingress (the moment the Moon moves from one sign into the next), and provides example user queries. This clearly distinguishes it from sibling tools like moon_phases and moon_void_of_course.

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 explicitly states 'Use this when...' and gives concrete user-phrase examples, making the primary use case clear. It also explains default date-range behavior. However, it does not explicitly mention alternatives or say when not to use this tool, though the specificity inherently differentiates it from siblings.

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/ncreighton/astro-cosmic-weather-mcp'

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