Skip to main content
Glama
asterwise

Asterwise

Official

Transits

asterwise_get_transits
Read-onlyIdempotent

List planetary sign ingresses and retrograde/direct stations between two dates, interpreted against your natal chart, and receive chronological astronomical events.

Instructions

Lists sign ingresses and retrograde/direct stations for all planets between two dates against the natal context and returns chronological astronomical events.

WORKFLOW: BEFORE: RECOMMENDED — asterwise_get_natal_chart — clarifies the natal reference for the same birth data. AFTER: asterwise_get_gochar — optional current snapshot after scanning the range.

INPUT CONTRACT: from_date and to_date are strings in the format expected by the upstream API (typically YYYY-MM-DD). Range cap (24 months), date order, and validity are enforced upstream, not locally.

DO NOT CONFUSE WITH: asterwise_get_gochar — single-day transit snapshot with houses from Moon/Lagna, not ingress/station lists. asterwise_get_dasha_transits — dasha lord vs transit scoring for today only.

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

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
birthYesBirth data for a single person.
to_dateYesEnd of the window to list ingress and station events, YYYY-MM-DD.
from_dateYesStart of the window to list ingress and station events, YYYY-MM-DD.
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.6/5.0
Behavior4/5

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

Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false. The description adds that range cap, date order, and validity are enforced upstream, and clarifies it returns a chronological list without side effects. This supplements the annotation with operational constraints, though it does not fully describe error handling or edge cases.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is structured into clear sections (description, workflow, input contract, do not confuse) and is appropriately detailed given the large sibling list. It avoids fluff, though the DO NOT CONFUSE section is somewhat repetitive with the WORKFLOW. Overall, every sentence serves a purpose.

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 output schema is available (as indicated by context) and the description explains the returned data as chronological astronomical events, the description is complete. It also explains the input window and birth context. Minor gap: it does not explicitly mention the output format options (markdown/json), though those are in the schema parameters.

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

Parameters5/5

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

Schema covers 100% of parameters with detailed descriptions, including nested birth fields, enums for ayanamsa and response_format, and defaults. The description adds the input contract (YYYY-MM-DD and 24-month cap) that is not fully explicit in the schema for from_date/to_date, enhancing understanding.

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 the tool lists sign ingresses and retrograde/direct stations for all planets between two dates, with an explicit 'against the natal context' qualifier. This distinguishes it from generic transit tools and names the specific astronomical events returned.

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 includes a WORKFLOW section explicitly recommending the before-tool (asterwise_get_natal_chart) and after-tool (asterwise_get_gochar). It also provides a DO NOT CONFUSE WITH section that contrasts with two sibling tools (gochar and dasha_transits), giving concrete selection criteria.

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