Skip to main content
Glama
astroway

astroway-mcp

Official

Planetary Hours

planetary_hours
Read-onlyIdempotent

Calculate Chaldean planetary hours for any date and location using sunrise time. Provide date, latitude, longitude, and timezone offset.

Instructions

Calculate Chaldean planetary hours for a given date and location, starting from sunrise.

[Group: Calendar & Cycles] [Cost: 10 credits (Tier 1)]

Example request body: {"date":"2024-06-21","latitude":50.45,"longitude":30.52,"timezoneOffset":3}

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
dateYes
latitudeYes
longitudeYes
timezoneOffsetNo
Behavior4/5

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

Annotations already declare readOnlyHint=true, destructiveHint=false, idempotentHint=true, which are consistent. The description adds value by specifying 'starting from sunrise' and the Chaldean system, providing behavioral context beyond the annotations.

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 very concise: two sentences plus a group label, cost, and an example request body. It is front-loaded and efficient with no unnecessary words.

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

Completeness3/5

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

Given the tool's moderate complexity (calculating schedule based on location and date), the description is minimal. It lacks details about output format, assumptions, or edge cases, and there is no output schema to compensate.

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

Parameters2/5

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

Schema description coverage is 0%, and the description does not explain each parameter's meaning. The example shows the parameters but without clarifying their roles, leaving the agent to infer from the example alone.

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 clearly states it calculates Chaldean planetary hours for a given date and location, starting from sunrise. This distinguishes it from siblings like 'horary_planetary_hours' and 'stream_planetary_hour_changes' by specifying the Chaldean system and calculation purpose.

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 does not explicitly guide when to use this tool versus alternatives such as 'horary_planetary_hours' or 'stream_planetary_hour_changes'. The purpose is clear but no exclusions or context for selection are provided.

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/astroway/astroway-mcp'

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