Skip to main content
Glama
asterwise

Asterwise

Official

Rahu Kaal

asterwise_get_rahu_kaal
Read-onlyIdempotent

Calculate Rahu Kaal, Gulika Kaal, and Yamaganda Kaal intervals for a date and location, and check whether Rahu Kaal is active now.

Instructions

Computes Rahu Kaal, Gulika Kaal, and Yamaganda Kaal intervals from diurnal length at a location and marks whether Rahu Kaal is active now in local time.

WORKFLOW: BEFORE: None — this tool is standalone. AFTER: asterwise_get_choghadiya — broader auspicious/inauspicious grid for the day.

INPUT CONTRACT: LocationInput validates date pattern and coordinates locally.

DO NOT CONFUSE WITH: asterwise_get_choghadiya — full day/night slot tables, not only the three kaal bands. asterwise_get_panchanga — Panchanga limbs, not kaal timers.

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

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
locationYesPlace name, e.g. 'Chennai, India'. Alternative to giving latitude, longitude and timezone.

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.4/5.0
Behavior4/5

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

Annotations already declare readOnlyHint, idempotentHint, and non-destructive behavior. The description adds meaningful context beyond those: it computes three kaal bands, depends on location and date, and includes a local-time 'active now' check. It could mention more about error behavior, but the docs link and output schema cover some of that gap.

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 organized into distinct, purposeful sections: core behavior, workflow, input contract, exclusions, and documentation link. The central behavior is front-loaded, and no sentence is filler or tautology.

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 nested-location tool with an output schema and strong annotations, the description is nearly complete: it covers workflow, sibling differentiation, validation behavior, and points to the full contract. It loses a point because the ambiguous 'place name' alternative in the location schema is not clarified in the description, and the exact required coordinates/date are only implicitly referenced.

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 description coverage is 100%, so the baseline is 3. The INPUT CONTRACT adds modest value by noting that LocationInput validates the date pattern and coordinates locally. However, the description does not resolve the schema's confusing 'location' property description that mentions a place-name alternative while the schema actually requires lat, lon, and date.

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 first sentence names three specific outputs (Rahu Kaal, Gulika Kaal, Yamaganda Kaal intervals) plus an active-now status flag, and ties the computation to diurnal length and location. The DO NOT CONFUSE section explicitly distinguishes it from choghadiya and panchanga, so an agent can identify it without opening the schema.

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?

WORKFLOW states this tool is standalone with no prerequisite, and AFTER names choghadiya as the broader alternative. DO NOT CONFUSE further gives two exclusions with reasons, making when-to-use and when-not-to-use explicit.

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