Skip to main content
Glama

ephemeris_aspect_check

Read-only

Check the aspect between two ecliptic longitudes: returns angular separation and highlights major aspects (conjunction, sextile, square, trine, opposition) within a set orb.

Instructions

Check the aspect between two ecliptic longitudes. Returns the angular separation and any aspects within orb (conjunction, sextile, square, trine, opposition, etc.).

CREDIT COST: 1 credit per call.

EXAMPLE: Check aspect between 15° Aries and 75° Gemini: longitude_1=15, longitude_2=75

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
longitude_1YesFirst ecliptic longitude (0-360).
longitude_2YesSecond ecliptic longitude (0-360).
max_orbNoMaximum orb in degrees. Default 8°.
Behavior4/5

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

Annotations already indicate readOnlyHint=true and destructiveHint=false. The description adds value by detailing the credit cost (1 credit) and the list of aspects checked (conjunction, sextile, square, etc.), which are behavioral traits 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 highly concise with two succinct sentences, a credit cost line, and an example. Information is front-loaded and every element is earned 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?

For a simple read-only tool with three parameters and no output schema, the description covers purpose, usage, input semantics via example, and credit cost. It implicitly explains the return (angular separation and aspects), which is adequate for its complexity.

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 has 100% coverage with descriptions for all three parameters. The description reinforces the schema with an example and states the default orb, but adds little new semantic meaning beyond what the schema already provides.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states 'Check the aspect between two ecliptic longitudes' and lists specific aspects, establishing a clear purpose. However, it does not differentiate from many similar ephemeris tools on the server, lacking sibling distinction.

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 includes an example that implicitly demonstrates usage, but no explicit guidance on when to use this tool versus alternatives like ephemeris_synastry or ephemeris_transits. The context is clear but not directive.

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/openephemeris/openephemeris-MCP'

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