Skip to main content
Glama
socraticsurge

mcp-server-panchangam

get_panchangam

Get full Panchangam for any date and city: tithi, nakshatra, yoga, karana, sunrise/sunset, muhurta windows, and Rahu Kalam. Choose Drik, Surya Siddhanta, or Vakya system.

Instructions

Returns full Panchangam JSON for a date and city: Pancha Anga (Tithi, Nakshatra, Yoga, Karana), sky events (Sunrise, Sunset, Moonrise, Moonset), auspicious windows (Brahma Muhurta, Abhijit, Amrita Kalam), inauspicious windows (Rahu Kalam, Gulika, Yamagandam, Varjyam, Durmuhurtham), Choghadiya, special day flags, and field-group provenance states. New in 1.9.0: ghati_clock (sunrise-anchored ghati/vighati clock), nakshatra_pada (Moon's pada 1-4), vishaghati windows, bhadra_mukha/bhadra_puchha (Vishti split), sankramana_avoidance, in_panchaka_nakshatra, nakshatra_mukha (Adho/Urdhva/Tiryak), anandadi_yoga, is_khar_maasa/khar_maasa_name, is_pitru_paksha, simha_stha_guru/simha_stha_shukra (Drik only), guru_maudhya/shukra_maudhya (Drik only), disha_shoola_direction, panchaka_rahita. Args: date=YYYY-MM-DD, city=city name (or pass latitude+longitude for a custom location; timezone is derived if omitted), system=drik|surya_siddhanta|vakya (default: drik), ayanamsa=lahiri|raman|krishnamurti|true_chitrapaksha (default: lahiri; SS and Vakya accept the param for API symmetry but always use their own mean-motion model).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
cityYes
dateYes
systemNodrik
ayanamsaNolahiri
latitudeNo
timezoneNo
longitudeNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. Addedv1.15.1
  2. Removedv1.13.0
  3. First observedv1.0.0

TDQS

A4.5/5.0
Behavior5/5

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

With no annotations, the description carries the full behavioral burden and does it well: it lists returned field groups, new fields, defaults, and the nuance that SS and Vakya accept ayanamsa but ignore it. This gives an unusually transparent picture of what the tool returns and how its calculation models behave.

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 dense but front-loaded, starting with the core output definition before optional overrides and version notes. Some lists are long, but they are relevant given the breadth of the response. No filler sentences are present.

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 complex 7-parameter tool with no annotations and an output schema, the description is largely complete: it covers defaults, system variants, and optional overrides. It falls short by never mentioning supported-city constraints or clarifying city/coordinate/timezone semantics. The dateInputFormat/schema mismatch is a minor completeness gap.

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 description coverage is 0%, so the description must compensate; it explains system, ayanamsa, dateInputFormat, and latitude/longitude/timezone overrides. However, it does not define the accepted city form, coordinate/timezone formats, or how overrides interact with city lookup. It also mentions dateInputFormat even though that parameter is absent from the input schema.

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?

States a specific verb and resource: 'Returns full Panchangam JSON for a date and city', then enumerates the main output groups such as Pancha Anga, sky events, and windows. The single-date/city qualifier makes it distinguishable from siblings like get_panchangam_range.

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?

Provides clear context for when to use it: a date and city for a full Panchangam. It also documents the system and ayanamsa options and optional coordinate/timezone overrides. However, it never explicitly names sibling tools as alternatives or states when not to use them.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.