Skip to main content
Glama
asterwise

Asterwise

Official

Western Solar Arc

asterwise_get_western_solar_arc
Read-onlyIdempotent

Calculate solar arc directions for a Western astrology chart by applying the progressed Sun's arc uniformly to all planets and angles for a target date.

Instructions

Solar Arc Directions for a target date. The solar arc (progressed Sun minus natal Sun) is applied uniformly to every natal planet and angle — approximately 1° per year. Unlike secondary progressions, all planets advance at the same rate.

WORKFLOW: BEFORE: asterwise_get_western_natal. AFTER: None.

INPUT CONTRACT: birth — WesternBirthData. target_date (optional YYYY-MM-DD) — defaults to today.

DO NOT CONFUSE WITH: asterwise_get_western_secondary_progressions — each planet moves at its own rate. asterwise_get_western_transits_daily — real-time transits, not arc directions.

Full output and error contract: https://docs.asterwise.com/mcp/tools/get-western-solar-arc/

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
birthYesBirth data for Western astrology tools (tropical zodiac).
target_dateNoDate in YYYY-MM-DD format. Defaults to today when omitted.
response_formatNoOutput format: 'markdown' (default) for a readable report, or 'json' for the raw structured payload.markdown

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv0.1.0

TDQS

A4.5/5.0
Behavior4/5

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

The annotations already declare readOnlyHint, idempotentHint, openWorldHint, and destructiveHint, so the safety profile is fully covered. The description adds meaningful behavioral context by explaining the calculation rule and the uniform rate of progression, which helps callers understand what the tool does without needing to infer it from the name alone.

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 uses clear sections (WORKFLOW, INPUT CONTRACT, DO NOT CONFUSE WITH) with no redundant or filler language. Every sentence contributes either the calculation method, the prerequisite, the input default, or a disambiguation from sibling tools.

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 description is complete for the tool's complexity: it states the prerequisite chart, the optional target date, the disambiguation from similar tools, and points to a full output/error contract URL. Since an output schema is present, describing return values inline is not necessary, and the provided link covers any additional output details.

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?

The input schema covers 100% of the parameters with detailed descriptions, including nested birth fields, enums, defaults, and formats, so the baseline is met. The description's INPUT CONTRACT adds little beyond restating target_date's default and naming 'WesternBirthData', which does not materially enhance the schema's already thorough semantics.

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 identifies the tool as computing Solar Arc Directions for a target date and explains the method (progressed Sun minus natal Sun, uniformly applied). It explicitly distinguishes itself from secondary progressions and daily transits among sibling tools, leaving no ambiguity about its unique purpose.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides a concrete workflow prerequisite by stating BEFORE: asterwise_get_western_natal and notes AFTER: None. It also gives explicit when-not-to-use guidance by contrasting with secondary progressions and daily transits, and documents the target_date default so callers know when it can be omitted.

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

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