Skip to main content
Glama
socraticsurge

mcp-server-panchangam

get_panchangam_range

Retrieve a compact Panchangam summary for each day in a date range, including tithi, nakshatra, yoga, muhurta windows, and more. Plan muhurtas over a week by comparing multiple days.

Instructions

Returns a compact Panchangam summary for each day in a date range (max 31 days). Each day includes: Tithi, Nakshatra, Yoga, Sunrise/Sunset, all auspicious and inauspicious windows, eclipse (if any), special yogas, and special day flags. New in 1.9.0: each day also carries all timing-computation fields — ghati_clock, nakshatra_pada, vishaghati, bhadra_mukha/bhadra_puchha, sankramana_avoidance, in_panchaka_nakshatra, nakshatra_mukha, anandadi_yoga, is_khar_maasa/khar_maasa_name, is_pitru_paksha, simha_stha_guru/shukra, guru_maudhya/shukra_maudhya, disha_shoola_direction, panchaka_rahita. Useful for planning muhurtas over a week or comparing multiple days. Args: start_date=YYYY-MM-DD, end_date=YYYY-MM-DD, city=city name, system=drik|surya_siddhanta|vakya (default: drik), ayanamsa=lahiri|raman|krishnamurti|true_chitrapaksha (default: lahiri).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
cityYes
systemNodrik
ayanamsaNolahiri
end_dateYes
latitudeNo
timezoneNo
longitudeNo
start_dateYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

With no annotations, the description carries full burden. It discloses the max range (31 days), detailed return fields (including new in 1.9.0), and all arguments. It lacks mention of error handling or rate limits, but the depth of content listed makes it fairly transparent.

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: purpose first, then content, new features, use case, and arguments. It is somewhat long but each sentence adds value, and there is no unnecessary repetition.

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 tool's complexity (range of dates, many fields) and the existence of an output schema, the description is thorough about return content and inputs. It covers the max range and new fields but could mention error or truncation behavior for exceeding 31 days.

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 0%, so the description adds significant value by listing start_date, end_date, city, system, and ayanamsa with defaults. However, it omits latitude, longitude, and timezone, which are present in the schema. Thus, it partially compensates but is incomplete for all 8 parameters.

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 it returns a compact Panchangam summary for each day in a date range (max 31 days), listing all included elements. This distinguishes it from the sibling tool get_panchangam (single day) by emphasizing the range scope and specific content.

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?

The description suggests usage for 'planning muhurtas over a week or comparing multiple days,' providing clear context. However, it does not explicitly state when not to use it or name the alternative (get_panchangam) for single-day queries, though it is implied.

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/socraticsurge/telugu-calendar-utilities'

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