Skip to main content
Glama
astroway

astroway-mcp

Official

Aspect Matrix

aspects
Read-onlyIdempotent

Compute full inter-planetary aspects list with type, exact angle, orb, and applying/separating status via astro.com orb matrix, omitting planet positions and houses.

Instructions

Standalone aspect calculation — full inter-planetary aspect list with type / exactAngle / orb / isApplying. Uses per-pair astro.com orb matrix. Same calcAspects() as /chart but without planet positions / houses / midpoints overhead.

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

Example request body: {"date":"1926-06-01","time":"09:30:00","timezoneOffset":-8,"latitude":34.0522,"longitude":-118.2437}

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
dateYesBirth date YYYY-MM-DD
timeYesBirth time HH:mm:ss (local)
timezoneOffsetNoUTC offset in hours (e.g. 3 for UTC+3, -5 for EST)
latitudeNoBirth latitude in decimal degrees
longitudeNoBirth longitude in decimal degrees
houseSystemNoHouse system: P=Placidus (default), K=Koch, W=Whole Sign, E=Equal
cityNoCity name (display only)
Behavior4/5

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

Annotations already provide readOnlyHint=true and destructiveHint=false, so the safety profile is clear. The description adds that it uses 'per-pair astro.com orb matrix' and returns specific fields (type, exactAngle, orb, isApplying). It does not contradict annotations. The description adds useful behavioral details 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 two sentences plus group/cost and an example. It is highly concise, front-loaded with the core purpose, and every part adds value without redundancy.

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?

The tool returns an aspect list and the description explicitly lists the returned fields. There is no output schema, so the description adequately covers the return format. It also states what it excludes (planet positions, houses, midpoints). The example request body provides a complete usage pattern. Some minor gaps like default parameter values are covered by the schema.

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 coverage is 100%, so all parameters are already described. The description includes an example request body with values for date, time, timezoneOffset, etc., which aids understanding but does not add significant semantic meaning beyond the schema. Baseline 3 is appropriate.

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 starts with 'Standalone aspect calculation — full inter-planetary aspect list with type / exactAngle / orb / isApplying,' clearly stating the tool's specific output. It explicitly contrasts with sibling tool 'chart' by noting it provides the same aspect calculation without planet positions/houses/midpoints overhead, effectively distinguishing its purpose.

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 notes 'Same calcAspects() as /chart but without planet positions / houses / midpoints overhead,' guiding the agent to use this tool when only aspects are needed. While it doesn't explicitly state when not to use it, the context and sibling tools provide sufficient inference. The group and cost annotation also aid usage decisions.

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