Skip to main content
Glama
getbirthchart-com

@getbirthchart/mcp

Official

get_moon_sign

Read-onlyIdempotent

Calculate the Moon sign for a birth date, preserving uncertainty when the Moon may have changed signs on dates with unknown birth time.

Instructions

Calculate the Moon sign while preserving uncertainty when the Moon may have changed zodiac signs during a date with unknown birth time.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
dateYesLocal civil birth date in YYYY-MM-DD format.
timeNoLocal clock time in HH:mm or HH:mm:ss format.
placeNoOptional caller-side place label; it is not geocoded.
latitudeYes
timezoneYesIANA timezone identifier, such as America/New_York.
longitudeYes
unknown_timeNoSet true when no reliable birth time is available.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

Annotations already establish read-only, idempotent, non-destructive behavior. The description adds valuable non-obvious behavior: it explicitly preserves uncertainty about which Moon sign applies when the Moon changed signs during a date with an unknown birth time. This is exactly the kind of behavioral context the structured fields do not provide.

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 entire description is one efficient sentence. It front-loads the primary action—'Calculate the Moon sign'—and then adds the important uncertainty caveat without wasting 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?

Given the rich annotations and existing output schema, the description is nearly complete for safe invocation. The only meaningful gap is the lack of explicit guidance about when to choose this over sibling tools, and the latitude/longitude semantics are left to the schema's bare numeric constraints. Overall, an agent has enough to call the tool correctly.

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 71%, which is moderate. The description's mention of 'unknown birth time' maps meaningfully to the unknown_time parameter and clarifies its purpose. However, it does not compensate for the bare latitude and longitude parameters, which still lack schema descriptions and are not explained in the description.

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 and resource: 'Calculate the Moon sign'. It also adds a distinguishing behavioral nuance—uncertainty preservation when the Moon may have changed signs—which separates it from general horoscope tools like calculate_birth_chart or get_big_three.

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 implies when to use this tool: when the Moon sign is needed, especially with an unknown birth time. However, it does not explicitly name alternatives or state when not to use it, even though sibling tools like get_big_three and calculate_birth_chart overlap in domain. The usage context is present but not made explicit.

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/getbirthchart-com/getbirthchart-mcp'

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