Skip to main content
Glama
asterwise

Asterwise

Official

Festival Calendar

asterwise_get_festival_calendar
Read-onlyIdempotent

Get major Hindu festival dates for any year and location, including Diwali, Holi, and 18 more, to plan celebrations accurately.

Instructions

Computes all major Hindu festival dates for a given year and location. Returns 20 pan-Hindu festivals including solar sankrantis (Makar Sankranti, Vaisakhi) and tithi-based festivals (Diwali, Holi, Dussehra, Janmashtami, Ganesh Chaturthi, Ram Navami, and 12 others).

WORKFLOW: BEFORE: None — standalone. AFTER: asterwise_get_panchanga — drill into full Panchanga detail for any specific festival date.

INPUT CONTRACT: year: integer 1900-2100. Either location (city name) OR latitude + longitude + timezone must be provided.

DO NOT CONFUSE WITH: asterwise_get_panchanga_calendar — full Panchanga for every day of a month; not festival-specific. asterwise_get_muhurta — finds auspicious windows for activities; not a festival calendar.

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

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
yearYesFour-digit calendar year, e.g. 2026. Defaults to the current year when omitted.
latitudeNoLatitude in decimal degrees, north positive (e.g. 13.08).
locationNoPlace name, e.g. 'Chennai, India'. Alternative to giving latitude, longitude and timezone.
timezoneNoIANA time zone name, e.g. 'Asia/Kolkata'.
longitudeNoLongitude in decimal degrees, east positive (e.g. 80.27).
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.7/5.0
Behavior4/5

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

The annotations already establish read-only, idempotent, non-destructive behavior, so the description does not need to repeat that. It adds genuine behavioral context: the tool outputs exactly 20 festivals, covers solar and tithi-based events, is standalone, and links to the full output/error contract. It does not discuss rate limits or error specifics, but those are partially covered by the annotations and the linked contract.

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?

Front-loads the core behavior and then uses labeled sections (WORKFLOW, INPUT CONTRACT, DO NOT CONFUSE WITH) that make the definition easy to scan. Every section carries operational information, and the docs link replaces a long enumeration of error cases. There is no filler or tautology.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a 6-parameter tool with one required field and an output schema, the description supplies the input contract, required-or-alternative parameter groups, output scope, workflow, sibling disambiguation, and a link to the full output/error contract. An agent has everything needed to decide when to use this tool and how to invoke it correctly.

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%, which sets the baseline at 3. The description earns additional credit by adding the year range 1900-2100 that the schema omits and by clarifying the mutually exclusive input groups: either location OR latitude + longitude + timezone. These are non-obvious constraints an agent must know to call the tool correctly.

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?

Opens with a specific verb and resource: 'Computes all major Hindu festival dates for a given year and location.' It enumerates exactly what is returned (20 pan-Hindu festivals, including solar sankrantis and tithi-based festivals) and later disambiguates from sibling tools, so an agent can tell it apart from asterwise_get_panchanga_calendar and asterwise_get_muhurta.

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?

Provides an explicit WORKFLOW section stating no prerequisites and identifying the natural next call (asterwise_get_panchanga). It also includes a DO NOT CONFUSE WITH section naming two siblings and the exact conditions that select them: full Panchanga per day vs festival-specific, and auspicious activity windows vs festival calendar. This is exceptionally clear usage guidance.

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