Skip to main content
Glama
ncreighton

astro-cosmic-weather-mcp

by ncreighton

moon_current

Get the Moon's current zodiac sign, phase name, and illumination percentage for real-time cosmic weather queries. Input your timezone for accurate local timestamps.

Instructions

Get the Moon's CURRENT (right-now) position and phase: zodiac sign, ecliptic longitude, phase name (e.g. "Waxing Gibbous"), and illumination percentage. Use this when the user asks "what sign is the moon in right now?", "what phase is the moon in today?", or "how full is the moon tonight?" — anything about the present moment, not a future/past date.

Args: tz: IANA timezone name for any timestamps in the response (e.g. "America/New_York", "Europe/London"). Defaults to "UTC".

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
tzNoUTC

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior3/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It clarifies the 'current' nature and the timezone handling, but it does not mention potential edge cases (e.g., invalid timezone), side effects, or affirm read-only safety. The description is adequate but not rich in 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 efficiently structured with a clear purpose sentence, usage examples, and a labeled Args section. Every sentence adds value; there is no filler or repetition.

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?

Given the tool's simplicity (one optional parameter) and the presence of an output schema, the description provides sufficient contextual coverage. It explains what the tool returns, when to use it, and the one parameter's meaning, leaving no critical gaps.

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?

The schema only provides the parameter name, type, and default value. The description adds a detailed explanation of tz, including its purpose for timestamps, concrete timezone examples, and the default 'UTC'. This fully compensates for the 0% schema description coverage.

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 opens with a specific verb and resource: 'Get the Moon's CURRENT (right-now) position and phase', and enumerates the exact data fields (zodiac sign, ecliptic longitude, phase name, illumination percentage). It clearly distinguishes from sibling tools by emphasizing 'right-now' and contrasting with future/past dates.

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 when to use the tool with sample user queries and adds the exclusion 'not a future/past date'. However, it does not name a specific alternative tool, so it lacks the full 'alternatives' component required for a 5.

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