Skip to main content
Glama
asterwise

Asterwise

Official

Gochar

asterwise_get_gochar
Read-onlyIdempotent

Compute daily Gochar transits for your birth chart, returning per-planet longitudes, houses, AVK scores, and vedha flags against natal Moon and Lagna. Get a roll-up summary for quick insights.

Instructions

Computes Gochar against the natal Moon and Lagna and returns per-planet transit longitudes, houses, AVK scores, vedha flags, and a roll-up summary.

WORKFLOW: BEFORE: RECOMMENDED — asterwise_get_natal_chart — anchors what "natal" means for the same birth record. AFTER: asterwise_get_dasha_transits — adds dasha-lord correlation for today.

INPUT CONTRACT: target_date (string, optional — YYYY-MM-DD): date to compute transits for; defaults to today if omitted. BirthData follows the global contract (time='00:00' accepted without unknown-time detection).

DO NOT CONFUSE WITH: asterwise_get_transits — ingress and station tables for a chosen date window, not a single-day Gochar snapshot. asterwise_get_dasha_transits — scores how transits meet active dasha lords, not the full nine-planet Gochar row set.

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

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
birthYesBirth data for a single person.
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?

Annotations already cover read-only and idempotent behavior, and the description adds practical behavioral notes such as defaulting target_date to today and handling of birth time '00:00' without unknown-time detection. However, it does not elaborate on rate limits or runtime characteristics, but the provided context is sufficient given the read-only annotation.

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 well-structured with clear sections (WORKFLOW, INPUT CONTRACT, DO NOT CONFUSE WITH) and front-loads the core purpose in the first sentence. While it is somewhat lengthy, each section serves a distinct purpose and the formatting aids readability, though it could be slightly more compact without losing essential disambiguation.

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 description covers the tool's core functionality, provides workflow context, disambiguates from close sibling tools, and points to a full output/error contract for deeper details. Given the tool's moderate complexity (nested birth object, enums), the description is sufficient for an agent to select and invoke it correctly, though the output format could be slightly more detailed.

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

Parameters4/5

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

Schema coverage is 100% with detailed descriptions for all parameters, so baseline is 3. The description adds extra clarity via the global contract note for birth data, specifically addressing the acceptance of '00:00' as a literal time, which supplements the schema's warning about not using it for unknown times. This added nuance justifies a score above baseline.

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 computes Gochar against the natal Moon and Lagna, and enumerates specific outputs (per-planet transit longitudes, houses, AVK scores, vedha flags, roll-up summary). It explicitly distinguishes from sibling tools via the 'DO NOT CONFUSE WITH' section, making its purpose unambiguous.

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 explicit when-to-use guidance through WORKFLOW and DO NOT CONFUSE WITH sections, recommending natal chart as a prerequisite and dasha transits as a follow-up. It also specifies what this tool is not for (ingress/station tables, dasha-lord correlation), leaving no ambiguity about its appropriate use case.

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