Skip to main content
Glama

Vedic Astrology and Kundli MCP Server by RoxyAPI

Get birth chart (D1 Rashi chart) - Kundli Calculator API

post_vedic_astrology_birth_chart
Read-only

Calculate complete Vedic birth chart (Janam Kundli, natal chart) with all 9 planetary positions (Sun through Ketu) plus Ascendant (Lagna). Kundli calculator API for astrology apps, matrimonial sites. Returns accurate graha positions grouped by zodiac signs (rashis) with nakshatra details and pada. Perfect for kundli generation, horoscope matching, and Vedic astrology software integration.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
dateYesBirth date in YYYY-MM-DD format. Date determines planetary positions and nakshatra calculations for Vedic kundli (janam patri). Accurate birth date is essential for dashas, yoga calculations, and divisional charts (vargas).
langNoResponse language (BCP 47). Supported: en, tr, de, es, hi, pt, fr, ru, zh-Hans, zh-Hant. Defaults to en. Coverage varies by domain, and a field with no translation in the requested language returns English.en
timeYesBirth time in 24-hour HH:MM:SS format. Time is CRITICAL for Lagna (Ascendant) calculation and house divisions. It changes every two hours roughly. Even minutes matter for accurate nakshatra pada and divisional chart (D9, D10) calculations. Without exact time, Lagna and house-based predictions will be incorrect.
focusNoWhich signification vocabulary the houseThemes map returns. "general" gives the classical bhava significations (self, wealth, siblings, home, and so on). "finance" gives the money reading of the same twelve bhavas, so house 2 returns income and savings, 5 speculation and risk appetite, 8 sudden money and leverage, 11 gains and profits, and 12 expenses and capital outflow. Use "finance" for wealth, income, business and market timing questions in Krishnamurti Paddhati, where the significator house groups 2, 6, 10, 11 for earned income and 5, 8, 11 for speculation are read against a running dasha. Defaults to "general".general
compactNoSet true for the same data in a compact shape: arrays of same-shaped objects arrive columnar as {"__cols":[names],"__rows":[[values]]}. Lossless, typically 40 to 52 percent fewer tokens.
ayanamsaNoSidereal frame (ayanamsa) the chart is cast in. "lahiri" is Lahiri/Chitrapaksha, the traditional Vedic standard used by most software, and is the default. "raman" is the B.V. Raman ayanamsa from Hindu Predictive Astrology, about 1.45 degrees below Lahiri. "kp-newcomb" and "kp-old" are the two Krishnamurti Paddhati frames. "custom" takes your own value in degrees via ayanamsaValue, for reconciling exactly against a specific reference program. The frame rotates the whole zodiac, so a graha sitting within 1.45 degrees of a boundary can change rashi or nakshatra when you switch: pick the one your reference software uses and keep it.lahiri
latitudeYesBirth location latitude in decimal degrees. Location determines local sidereal time for Lagna calculation and affects bhava (house) cusps. Example: Delhi 28.6139, Mumbai 19.0760, Kathmandu 27.7172.
timezoneNoTimezone: an IANA name (e.g. "America/New_York", "Europe/London", or `cities[0].timezone` from /location/search) or decimal hours from UTC (e.g. -5 for EST, 5.5 for IST). An IANA name is resolved to the offset in force at the given date and time. Defaults to 5.5.
longitudeYesBirth location longitude in decimal degrees. Affects local time calculations and ayanamsha adjustments. Example: Delhi 77.2090, Mumbai 72.8777, Kathmandu 85.3240.
avasthaInfoNoSet true to include a localized meaning and one-sentence classical interpretation beside each graha avastha state, under avasthaInfo on that graha in meta. Defaults to false, so an existing integration is byte-identical until it opts in. Saves a second call to GET /avasthas and the client-side join that would otherwise be needed to turn Yuva or Swapna into readable text.
ayanamsaValueNoCustom ayanamsa value in degrees. When provided, overrides the computed ayanamsa from the selected type. Use for testing with specific ayanamsa values or matching a particular reference source.
modernPlanetsNoSet true to also return Uranus, Neptune and Pluto, under the Sanskrit names Arun, Varun and Yam that Indian software prints for them. They arrive in a separate modernPlanets array, NOT inside meta, because classical Jyotish is defined over nine grahas: the moderns rule no sign, so they have no dignity, avastha, combustion or aspect strength and it would be fabrication to report one. Each carries longitude, rashi, degree in sign, nakshatra with pada and lord, and retrograde status. Defaults to false, so an existing integration is byte-identical until it opts in.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
leoYes
metaYes
ariesYes
frameYes
libraYes
virgoYes
yogasNo
cancerYes
geminiYes
housesYes
piscesYes
taurusYes
scorpioYes
aquariusYes
capricornYes
combustionYes
sagittariusYes
planetaryWarYes
modernPlanetsNo
interpretationsYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed1 schema field changed
    • changedInput schema / properties / timezone / description
      Previous value: -"Timezone: IANA name (e.g. \"America/New_York\", \"Europe/London\") OR decimal hours from UTC (e.g. -5 for EST, 1 for CET). IANA strings are resolved to the offset in force at the given date and time, so you can pass `cities[0].timezone` from /location/search directly. Defaults to 5.5."New value: +"Timezone: an IANA name (e.g. \"America/New_York\", \"Europe/London\", or `cities[0].timezone` from /location/search) or decimal hours from UTC (e.g. -5 for EST, 5.5 for IST). An IANA name is resolved to the offset in force at the given date and time. Defaults to 5.5."
  2. Changed1 schema field changed
    • changedOutput schema / (root)
      Previous value: -nullNew value: +{
      +  "properties": {
      +    "aquarius": {
      +      "properties": {
      +        "rashi": {
      +          "type": "string"
      +        },
      +        "signs": {
      +          "items": {
      +            "properties": {
      +              "awastha": {
      +                "enum": [
      +                  "Bala",
      +                  "Kumara",
      +                  "Yuva",
      +                  "Vriddha",
      +                  "Mrita"
      +                ],
      +                "type": "string"
      +              },
      +              "deeptadi": {
      +                "enum": [
      +                  "Dipta",
      +                  "Svastha",
      +                  "Pramudita",
      +                  "Shanta",
      +                  "Dina",
      +                  "Duhkhita",
      +                  "Vikala",
      +                  "Khala",
      +                  "Kopa"
      +                ],
      +                "type": "string"
      +              },
      +              "graha": {
      +                "type": "string"
      +              },
      +              "house": {
      +                "maximum": 12,
      +                "minimum": 1,
      +                "type": "integer"
      +              },
      +              "isRetrograde": {
      +                "type": "boolean"
      +              },
      +              "jagradadi": {
      +                "enum": [
      +                  "Jagrat",
      +                  "Swapna",
      +                  "Sushupti"
      +                ],
      +                "type": "string"
      +              },
      +              "longitude": {
      +                "type": "number"
      +              },
      +              "nakshatra": {
      +                "properties": {
      +                  "key": {
      +                    "type": "number"
      +                  },
      +                  "lord": {
      +                    "enum": [
      +                      "Ketu",
      +                      "Venus",
      +                      "Sun",
      +                      "Moon",
      +                      "Mars",
      +                      "Rahu",
      +                      "Jupiter",
      +                      "Saturn",
      +                      "Mercury"
      +                    ],
      +                    "type": "string"
      +                  },
      +                  "name": {
      +                    "type": "string"
      +                  },
      +                  "pada": {
      +                    "type": "number"
      +                  }
      +                },
      +                "required": [
      +                  "name",
      +                  "pada",
      +                  "key",
      +                  "lord"
      +                ],
      +                "type": "object"
      +              }
      +            },
      +            "required": [
      +              "graha",
      +              "longitude",
      +              "nakshatra",
      +              "isRetrograde"
      +            ],
      +            "type": "object"
      +          },
      +          "type": "array"
      +        }
      +      },
      +      "required": [
      +        "rashi",
      +        "signs"
      +      ],
      +      "type": "object"
      +    },
      +    "aries": {
      +      "properties": {
      +        "rashi": {
      +          "type": "string"
      +        },
      +        "signs": {
      +          "items": {
      +            "properties": {
      +              "awastha": {
      +                "enum": [
      +                  "Bala",
      +                  "Kumara",
      +                  "Yuva",
      +                  "Vriddha",
      +                  "Mrita"
      +                ],
      +                "type": "string"
      +              },
      +              "deeptadi": {
      +                "enum": [
      +                  "Dipta",
      +                  "Svastha",
      +                  "Pramudita",
      +                  "Shanta",
      +                  "Dina",
      +                  "Duhkhita",
      +                  "Vikala",
      +                  "Khala",
      +                  "Kopa"
      +                ],
      +                "type": "string"
      +              },
      +              "graha": {
      +                "type": "string"
      +              },
      +              "house": {
      +                "maximum": 12,
      +                "minimum": 1,
      +                "type": "integer"
      +              },
      +              "isRetrograde": {
      +                "type": "boolean"
      +              },
      +              "jagradadi": {
      +                "enum": [
      +                  "Jagrat",
      +                  "Swapna",
      +                  "Sushupti"
      +                ],
      +                "type": "string"
      +              },
      +              "longitude": {
      +                "type": "number"
      +              },
      +              "nakshatra": {
      +                "properties": {
      +                  "key": {
      +                    "type": "number"
      +                  },
      +                  "lord": {
      +                    "enum": [
      +                      "Ketu",
      +                      "Venus",
      +                      "Sun",
      +                      "Moon",
      +                      "Mars",
      +                      "Rahu",
      +                      "Jupiter",
      +                      "Saturn",
      +                      "Mercury"
      +                    ],
      +                    "type": "string"
      +                  },
      +                  "name": {
      +                    "type": "string"
      +                  },
      +                  "pada": {
      +                    "type": "number"
      +                  }
      +                },
      +                "required": [
      +                  "name",
      +                  "pada",
      +                  "key",
      +                  "lord"
      +                ],
      +                "type": "object"
      +              }
      +            },
      +            "required": [
      +              "graha",
      +              "longitude",
      +              "nakshatra",
      +              "isRetrograde"
      +            ],
      +            "type": "object"
      +          },
      +          "type": "array"
      +        }
      +      },
      +      "required": [
      +        "rashi",
      +        "signs"
      +      ],
      +      "type": "object"
      +    },
      +    "cancer": {
      +      "properties": {
      +        "rashi": {
      +          "type": "string"
      +        },
      +        "signs": {
      +          "items": {
      +            "properties": {
      +              "awastha": {
      +                "enum": [
      +                  "Bala",
      +                  "Kumara",
      +                  "Yuva",
      +                  "Vriddha",
      +                  "Mrita"
      +                ],
      +                "type": "string"
      +              },
      +              "deeptadi": {
      +                "enum": [
      +                  "Dipta",
      +                  "Svastha",
      +                  "Pramudita",
      +                  "Shanta",
      +                  "Dina",
      +                  "Duhkhita",
      +                  "Vikala",
      +                  "Khala",
      +                  "Kopa"
      +                ],
      +                "type": "string"
      +              },
      +              "graha": {
      +                "type": "string"
      +              },
      +              "house": {
      +                "maximum": 12,
      +                "minimum": 1,
      +                "type": "integer"
      +              },
      +              "isRetrograde": {
      +                "type": "boolean"
      +              },
      +              "jagradadi": {
      +                "enum": [
      +                  "Jagrat",
      +                  "Swapna",
      +                  "Sushupti"
      +                ],
      +                "type": "string"
      +              },
      +              "longitude": {
      +                "type": "number"
      +              },
      +              "nakshatra": {
      +                "properties": {
      +                  "key": {
      +                    "type": "number"
      +                  },
      +                  "lord": {
      +                    "enum": [
      +                      "Ketu",
      +                      "Venus",
      +                      "Sun",
      +                      "Moon",
      +                      "Mars",
      +                      "Rahu",
      +                      "Jupiter",
      +                      "Saturn",
      +                      "Mercury"
      +                    ],
      +                    "type": "string"
      +                  },
      +                  "name": {
      +                    "type": "string"
      +                  },
      +                  "pada": {
      +                    "type": "number"
      +                  }
      +                },
      +                "required": [
      +                  "name",
      +                  "pada",
      +                  "key",
      +                  "lord"
      +                ],
      +                "type": "object"
      +              }
      +            },
      +            "required": [
      +              "graha",
      +              "longitude",
      +              "nakshatra",
      +              "isRetrograde"
      +            ],
      +            "type": "object"
      +          },
      +          "type": "array"
      +        }
      +      },
      +      "required": [
      +        "rashi",
      +        "signs"
      +      ],
      +      "type": "object"
      +    },
      +    "capricorn": {
      +      "properties": {
      +        "rashi": {
      +          "type": "string"
      +        },
      +        "signs": {
      +          "items": {
      +            "properties": {
      +              "awastha": {
      +                "enum": [
      +                  "Bala",
      +                  "Kumara",
      +                  "Yuva",
      +                  "Vriddha",
      +                  "Mrita"
      +                ],
      +                "type": "string"
      +              },
      +              "deeptadi": {
      +                "enum": [
      +                  "Dipta",
      +                  "Svastha",
      +                  "Pramudita",
      +                  "Shanta",
      +                  "Dina",
      +                  "Duhkhita",
      +                  "Vikala",
      +                  "Khala",
      +                  "Kopa"
      +                ],
      +                "type": "string"
      +              },
      +              "graha": {
      +                "type": "string"
      +              },
      +              "house": {
      +                "maximum": 12,
      +                "minimum": 1,
      +                "type": "integer"
      +              },
      +              "isRetrograde": {
      +                "type": "boolean"
      +              },
      +              "jagradadi": {
      +                "enum": [
      +                  "Jagrat",
      +                  "Swapna",
      +                  "Sushupti"
      +                ],
      +                "type": "string"
      +              },
      +              "longitude": {
      +                "type": "number"
      +              },
      +              "nakshatra": {
      +                "properties": {
      +                  "key": {
      +                    "type": "number"
      +                  },
      +                  "lord": {
      +                    "enum": [
      +                      "Ketu",
      +                      "Venus",
      +                      "Sun",
      +                      "Moon",
      +                      "Mars",
      +                      "Rahu",
      +                      "Jupiter",
      +                      "Saturn",
      +                      "Mercury"
      +                    ],
      +                    "type": "string"
      +                  },
      +                  "name": {
      +                    "type": "string"
      +                  },
      +                  "pada": {
      +                    "type": "number"
      +                  }
      +                },
      +                "required": [
      +                  "name",
      +                  "pada",
      +                  "key",
      +                  "lord"
      +                ],
      +                "type": "object"
      +              }
      +            },
      +            "required": [
      +              "graha",
      +              "longitude",
      +              "nakshatra",
      +              "isRetrograde"
      +            ],
      +            "type": "object"
      +          },
      +          "type": "array"
      +        }
      +      },
      +      "required": [
      +        "rashi",
      +        "signs"
      +      ],
      +      "type": "object"
      +    },
      +    "combustion": {
      +      "items": {
      +        "properties": {
      +          "distanceFromSun": {
      +            "type": "number"
      +          },
      +          "orb": {
      +            "type": "number"
      +          },
      +          "planet": {
      +            "type": "string"
      +          }
      +        },
      +        "required": [
      +          "planet",
      +          "distanceFromSun",
      +          "orb"
      +        ],
      +        "type": "object"
      +      },
      +      "type": "array"
      +    },
      +    "frame": {
      +      "properties": {
      +        "ayanamsa": {
      +          "type": "string"
      +        },
      +        "ayanamsaDegrees": {
      +          "type": "number"
      +        }
      +      },
      +      "required": [
      +        "ayanamsa",
      +        "ayanamsaDegrees"
      +      ],
      +      "type": "object"
      +    },
      +    "gemini": {
      +      "properties": {
      +        "rashi": {
      +          "type": "string"
      +        },
      +        "signs": {
      +          "items": {
      +            "properties": {
      +              "awastha": {
      +                "enum": [
      +                  "Bala",
      +                  "Kumara",
      +                  "Yuva",
      +                  "Vriddha",
      +                  "Mrita"
      +                ],
      +                "type": "string"
      +              },
      +              "deeptadi": {
      +                "enum": [
      +                  "Dipta",
      +                  "Svastha",
      +                  "Pramudita",
      +                  "Shanta",
      +                  "Dina",
      +                  "Duhkhita",
      +                  "Vikala",
      +                  "Khala",
      +                  "Kopa"
      +                ],
      +                "type": "string"
      +              },
      +              "graha": {
      +                "type": "string"
      +              },
      +              "house": {
      +                "maximum": 12,
      +                "minimum": 1,
      +                "type": "integer"
      +              },
      +              "isRetrograde": {
      +                "type": "boolean"
      +              },
      +              "jagradadi": {
      +                "enum": [
      +                  "Jagrat",
      +                  "Swapna",
      +                  "Sushupti"
      +                ],
      +                "type": "string"
      +              },
      +              "longitude": {
      +                "type": "number"
      +              },
      +              "nakshatra": {
      +                "properties": {
      +                  "key": {
      +                    "type": "number"
      +                  },
      +                  "lord": {
      +                    "enum": [
      +                      "Ketu",
      +                      "Venus",
      +                      "Sun",
      +                      "Moon",
      +                      "Mars",
      +                      "Rahu",
      +                      "Jupiter",
      +                      "Saturn",
      +                      "Mercury"
      +                    ],
      +                    "type": "string"
      +                  },
      +                  "name": {
      +                    "type": "string"
      +                  },
      +                  "pada": {
      +                    "type": "number"
      +                  }
      +                },
      +                "required": [
      +                  "name",
      +                  "pada",
      +                  "key",
      +                  "lord"
      +                ],
      +                "type": "object"
      +              }
      +            },
      +            "required": [
      +              "graha",
      +              "longitude",
      +              "nakshatra",
      +              "isRetrograde"
      +            ],
      +            "type": "object"
      +          },
      +          "type": "array"
      +        }
      +      },
      +      "required": [
      +        "rashi",
      +        "signs"
      +      ],
      +      "type": "object"
      +    },
      +    "houses": {
      +      "items": {
      +        "properties": {
      +          "description": {
      +            "type": "string"
      +          },
      +          "name": {
      +            "type": "string"
      +          },
      +          "number": {
      +            "maximum": 12,
      +            "minimum": 1,
      +            "type": "integer"
      +          },
      +          "themes": {
      +            "items": {
      +              "type": "string"
      +            },
      +            "type": "array"
      +          }
      +        },
      +        "required": [
      +          "number"
      +        ],
      +        "type": "object"
      +      },
      +      "type": "array"
      +    },
      +    "interpretations": {
      +      "additionalProperties": {
      +        "properties": {
      +          "nakshatra": {
      +            "type": "string"
      +          },
      +          "rashi": {
      +            "type": "string"
      +          }
      +        },
      +        "required": [
      +          "rashi",
      +          "nakshatra"
      +        ],
      +        "type": "object"
      +      },
      +      "type": "object"
      +    },
      +    "leo": {
      +      "properties": {
      +        "rashi": {
      +          "type": "string"
      +        },
      +        "signs": {
      +          "items": {
      +            "properties": {
      +              "awastha": {
      +                "enum": [
      +                  "Bala",
      +                  "Kumara",
      +                  "Yuva",
      +                  "Vriddha",
      +                  "Mrita"
      +                ],
      +                "type": "string"
      +              },
      +              "deeptadi": {
      +                "enum": [
      +                  "Dipta",
      +                  "Svastha",
      +                  "Pramudita",
      +                  "Shanta",
      +                  "Dina",
      +                  "Duhkhita",
      +                  "Vikala",
      +                  "Khala",
      +                  "Kopa"
      +                ],
      +                "type": "string"
      +              },
      +              "graha": {
      +                "type": "string"
      +              },
      +              "house": {
      +                "maximum": 12,
      +                "minimum": 1,
      +                "type": "integer"
      +              },
      +              "isRetrograde": {
      +                "type": "boolean"
      +              },
      +              "jagradadi": {
      +                "enum": [
      +                  "Jagrat",
      +                  "Swapna",
      +                  "Sushupti"
      +                ],
      +                "type": "string"
      +              },
      +              "longitude": {
      +                "type": "number"
      +              },
      +              "nakshatra": {
      +                "properties": {
      +                  "key": {
      +                    "type": "number"
      +                  },
      +                  "lord": {
      +                    "enum": [
      +                      "Ketu",
      +                      "Venus",
      +                      "Sun",
      +                      "Moon",
      +                      "Mars",
      +                      "Rahu",
      +                      "Jupiter",
      +                      "Saturn",
      +                      "Mercury"
      +                    ],
      +                    "type": "string"
      +                  },
      +                  "name": {
      +                    "type": "string"
      +                  },
      +                  "pada": {
      +                    "type": "number"
      +                  }
      +                },
      +                "required": [
      +                  "name",
      +                  "pada",
      +                  "key",
      +                  "lord"
      +                ],
      +                "type": "object"
      +              }
      +            },
      +            "required": [
      +              "graha",
      +              "longitude",
      +              "nakshatra",
      +              "isRetrograde"
      +            ],
      +            "type": "object"
      +          },
      +          "type": "array"
      +        }
      +      },
      +      "required": [
      +        "rashi",
      +        "signs"
      +      ],
      +      "type": "object"
      +    },
      +    "libra": {
      +      "properties": {
      +        "rashi": {
      +          "type": "string"
      +        },
      +        "signs": {
      +          "items": {
      +            "properties": {
      +              "awastha": {
      +                "enum": [
      +                  "Bala",
      +                  "Kumara",
      +                  "Yuva",
      +                  "Vriddha",
      +                  "Mrita"
      +                ],
      +                "type": "string"
      +              },
      +              "deeptadi": {
      +                "enum": [
      +                  "Dipta",
      +                  "Svastha",
      +                  "Pramudita",
      +                  "Shanta",
      +                  "Dina",
      +                  "Duhkhita",
      +                  "Vikala",
      +                  "Khala",
      +                  "Kopa"
      +                ],
      +                "type": "string"
      +              },
      +              "graha": {
      +                "type": "string"
      +              },
      +              "house": {
      +                "maximum": 12,
      +                "minimum": 1,
      +                "type": "integer"
      +              },
      +              "isRetrograde": {
      +                "type": "boolean"
      +              },
      +              "jagradadi": {
      +                "enum": [
      +                  "Jagrat",
      +                  "Swapna",
      +                  "Sushupti"
      +                ],
      +                "type": "string"
      +              },
      +              "longitude": {
      +                "type": "number"
      +              },
      +              "nakshatra": {
      +                "properties": {
      +                  "key": {
      +                    "type": "number"
      +                  },
      +                  "lord": {
      +                    "enum": [
      +                      "Ketu",
      +                      "Venus",
      +                      "Sun",
      +                      "Moon",
      +                      "Mars",
      +                      "Rahu",
      +                      "Jupiter",
      +                      "Saturn",
      +                      "Mercury"
      +                    ],
      +                    "type": "string"
      +                  },
      +                  "name": {
      +                    "type": "string"
      +                  },
      +                  "pada": {
      +                    "type": "number"
      +                  }
      +                },
      +                "required": [
      +                  "name",
      +                  "pada",
      +                  "key",
      +                  "lord"
      +                ],
      +                "type": "object"
      +              }
      +            },
      +            "required": [
      +              "graha",
      +              "longitude",
      +              "nakshatra",
      +              "isRetrograde"
      +            ],
      +            "type": "object"
      +          },
      +          "type": "array"
      +        }
      +      },
      +      "required": [
      +        "rashi",
      +        "signs"
      +      ],
      +      "type": "object"
      +    },
      +    "meta": {
      +      "additionalProperties": {
      +        "properties": {
      +          "avasthaInfo": {
      +            "properties": {
      +              "awastha": {
      +                "properties": {
      +                  "interpretation": {
      +                    "type": "string"
      +                  },
      +                  "meaning": {
      +                    "type": "string"
      +                  }
      +                },
      +                "required": [
      +                  "meaning",
      +                  "interpretation"
      +                ],
      +                "type": "object"
      +              },
      +              "deeptadi": {
      +                "properties": {
      +                  "interpretation": {
      +                    "type": "string"
      +                  },
      +                  "meaning": {
      +                    "type": "string"
      +                  }
      +                },
      +                "required": [
      +                  "meaning",
      +                  "interpretation"
      +                ],
      +                "type": "object"
      +              },
      +              "jagradadi": {
      +                "properties": {
      +                  "interpretation": {
      +                    "type": "string"
      +                  },
      +                  "meaning": {
      +                    "type": "string"
      +                  }
      +                },
      +                "required": [
      +                  "meaning",
      +                  "interpretation"
      +                ],
      +                "type": "object"
      +              }
      +            },
      +            "type": "object"
      +          },
      +          "awastha": {
      +            "enum": [
      +              "Bala",
      +              "Kumara",
      +              "Yuva",
      +              "Vriddha",
      +              "Mrita"
      +            ],
      +            "type": "string"
      +          },
      +          "deeptadi": {
      +            "enum": [
      +              "Dipta",
      +              "Svastha",
      +              "Pramudita",
      +              "Shanta",
      +              "Dina",
      +              "Duhkhita",
      +              "Vikala",
      +              "Khala",
      +              "Kopa"
      +            ],
      +            "type": "string"
      +          },
      +          "graha": {
      +            "type": "string"
      +          },
      +          "house": {
      +            "maximum": 12,
      +            "minimum": 1,
      +            "type": "integer"
      +          },
      +          "isRetrograde": {
      +            "type": "boolean"
      +          },
      +          "jagradadi": {
      +            "enum": [
      +              "Jagrat",
      +              "Swapna",
      +              "Sushupti"
      +            ],
      +            "type": "string"
      +          },
      +          "longitude": {
      +            "type": "number"
      +          },
      +          "nakshatra": {
      +            "properties": {
      +              "key": {
      +                "type": "number"
      +              },
      +              "lord": {
      +                "enum": [
      +                  "Ketu",
      +                  "Venus",
      +                  "Sun",
      +                  "Moon",
      +                  "Mars",
      +                  "Rahu",
      +                  "Jupiter",
      +                  "Saturn",
      +                  "Mercury"
      +                ],
      +                "type": "string"
      +              },
      +              "name": {
      +                "type": "string"
      +              },
      +              "pada": {
      +                "type": "number"
      +              }
      +            },
      +            "required": [
      +              "name",
      +              "pada",
      +              "key",
      +              "lord"
      +            ],
      +            "type": "object"
      +          },
      +          "rashi": {
      +            "type": "string"
      +          }
      +        },
      +        "required": [
      +          "graha",
      +          "rashi",
      +          "longitude",
      +          "nakshatra",
      +          "isRetrograde"
      +        ],
      +        "type": "object"
      +      },
      +      "type": "object"
      +    },
      +    "modernPlanets": {
      +      "items": {
      +        "properties": {
      +          "degreeInRashi": {
      +            "type": "number"
      +          },
      +          "isRetrograde": {
      +            "type": "boolean"
      +          },
      +          "longitude": {
      +            "type": "number"
      +          },
      +          "nakshatra": {
      +            "properties": {
      +              "key": {
      +                "type": "number"
      +              },
      +              "lord": {
      +                "enum": [
      +                  "Ketu",
      +                  "Venus",
      +                  "Sun",
      +                  "Moon",
      +                  "Mars",
      +                  "Rahu",
      +                  "Jupiter",
      +                  "Saturn",
      +                  "Mercury"
      +                ],
      +                "type": "string"
      +              },
      +              "name": {
      +                "type": "string"
      +              },
      +              "pada": {
      +                "type": "number"
      +              }
      +            },
      +            "required": [
      +              "name",
      +              "pada",
      +              "key",
      +              "lord"
      +            ],
      +            "type": "object"
      +          },
      +          "planet": {
      +            "enum": [
      +              "Uranus",
      +              "Neptune",
      +              "Pluto"
      +            ],
      +            "type": "string"
      +          },
      +          "rashi": {
      +            "type": "string"
      +          },
      +          "sanskritName": {
      +            "enum": [
      +              "Arun",
      +              "Varun",
      +              "Yam"
      +            ],
      +            "type": "string"
      +          }
      +        },
      +        "required": [
      +          "planet",
      +          "sanskritName",
      +          "longitude",
      +          "rashi",
      +          "degreeInRashi",
      +          "nakshatra",
      +          "isRetrograde"
      +        ],
      +        "type": "object"
      +      },
      +      "type": "array"
      +    },
      +    "pisces": {
      +      "properties": {
      +        "rashi": {
      +          "type": "string"
      +        },
      +        "signs": {
      +          "items": {
      +            "properties": {
      +              "awastha": {
      +                "enum": [
      +                  "Bala",
      +                  "Kumara",
      +                  "Yuva",
      +                  "Vriddha",
      +                  "Mrita"
      +                ],
      +                "type": "string"
      +              },
      +              "deeptadi": {
      +                "enum": [
      +                  "Dipta",
      +                  "Svastha",
      +                  "Pramudita",
      +                  "Shanta",
      +                  "Dina",
      +                  "Duhkhita",
      +                  "Vikala",
      +                  "Khala",
      +                  "Kopa"
      +                ],
      +                "type": "string"
      +              },
      +              "graha": {
      +                "type": "string"
      +              },
      +              "house": {
      +                "maximum": 12,
      +                "minimum": 1,
      +                "type": "integer"
      +              },
      +              "isRetrograde": {
      +                "type": "boolean"
      +              },
      +              "jagradadi": {
      +                "enum": [
      +                  "Jagrat",
      +                  "Swapna",
      +                  "Sushupti"
      +                ],
      +                "type": "string"
      +              },
      +              "longitude": {
      +                "type": "number"
      +              },
      +              "nakshatra": {
      +                "properties": {
      +                  "key": {
      +                    "type": "number"
      +                  },
      +                  "lord": {
      +                    "enum": [
      +                      "Ketu",
      +                      "Venus",
      +                      "Sun",
      +                      "Moon",
      +                      "Mars",
      +                      "Rahu",
      +                      "Jupiter",
      +                      "Saturn",
      +                      "Mercury"
      +                    ],
      +                    "type": "string"
      +                  },
      +                  "name": {
      +                    "type": "string"
      +                  },
      +                  "pada": {
      +                    "type": "number"
      +                  }
      +                },
      +                "required": [
      +                  "name",
      +                  "pada",
      +                  "key",
      +                  "lord"
      +                ],
      +                "type": "object"
      +              }
      +            },
      +            "required": [
      +              "graha",
      +              "longitude",
      +              "nakshatra",
      +              "isRetrograde"
      +            ],
      +            "type": "object"
      +          },
      +          "type": "array"
      +        }
      +      },
      +      "required": [
      +        "rashi",
      +        "signs"
      +      ],
      +      "type": "object"
      +    },
      +    "planetaryWar": {
      +      "items": {
      +        "properties": {
      +          "distance": {
      +            "type": "number"
      +          },
      +          "planet1": {
      +            "type": "string"
      +          },
      +          "planet2": {
      +            "type": "string"
      +          },
      +          "winner": {
      +            "type": "string"
      +          }
      +        },
      +        "required": [
      +          "planet1",
      +          "planet2",
      +          "distance",
      +          "winner"
      +        ],
      +        "type": "object"
      +      },
      +      "type": "array"
      +    },
      +    "sagittarius": {
      +      "properties": {
      +        "rashi": {
      +          "type": "string"
      +        },
      +        "signs": {
      +          "items": {
      +            "properties": {
      +              "awastha": {
      +                "enum": [
      +                  "Bala",
      +                  "Kumara",
      +                  "Yuva",
      +                  "Vriddha",
      +                  "Mrita"
      +                ],
      +                "type": "string"
      +              },
      +              "deeptadi": {
      +                "enum": [
      +                  "Dipta",
      +                  "Svastha",
      +                  "Pramudita",
      +                  "Shanta",
      +                  "Dina",
      +                  "Duhkhita",
      +                  "Vikala",
      +                  "Khala",
      +                  "Kopa"
      +                ],
      +                "type": "string"
      +              },
      +              "graha": {
      +                "type": "string"
      +              },
      +              "house": {
      +                "maximum": 12,
      +                "minimum": 1,
      +                "type": "integer"
      +              },
      +              "isRetrograde": {
      +                "type": "boolean"
      +              },
      +              "jagradadi": {
      +                "enum": [
      +                  "Jagrat",
      +                  "Swapna",
      +                  "Sushupti"
      +                ],
      +                "type": "string"
      +              },
      +              "longitude": {
      +                "type": "number"
      +              },
      +              "nakshatra": {
      +                "properties": {
      +                  "key": {
      +                    "type": "number"
      +                  },
      +                  "lord": {
      +                    "enum": [
      +                      "Ketu",
      +                      "Venus",
      +                      "Sun",
      +                      "Moon",
      +                      "Mars",
      +                      "Rahu",
      +                      "Jupiter",
      +                      "Saturn",
      +                      "Mercury"
      +                    ],
      +                    "type": "string"
      +                  },
      +                  "name": {
      +                    "type": "string"
      +                  },
      +                  "pada": {
      +                    "type": "number"
      +                  }
      +                },
      +                "required": [
      +                  "name",
      +                  "pada",
      +                  "key",
      +                  "lord"
      +                ],
      +                "type": "object"
      +              }
      +            },
      +            "required": [
      +              "graha",
      +              "longitude",
      +              "nakshatra",
      +              "isRetrograde"
      +            ],
      +            "type": "object"
      +          },
      +          "type": "array"
      +        }
      +      },
      +      "required": [
      +        "rashi",
      +        "signs"
      +      ],
      +      "type": "object"
      +    },
      +    "scorpio": {
      +      "properties": {
      +        "rashi": {
      +          "type": "string"
      +        },
      +        "signs": {
      +          "items": {
      +            "properties": {
      +              "awastha": {
      +                "enum": [
      +                  "Bala",
      +                  "Kumara",
      +                  "Yuva",
      +                  "Vriddha",
      +                  "Mrita"
      +                ],
      +                "type": "string"
      +              },
      +              "deeptadi": {
      +                "enum": [
      +                  "Dipta",
      +                  "Svastha",
      +                  "Pramudita",
      +                  "Shanta",
      +                  "Dina",
      +                  "Duhkhita",
      +                  "Vikala",
      +                  "Khala",
      +                  "Kopa"
      +                ],
      +                "type": "string"
      +              },
      +              "graha": {
      +                "type": "string"
      +              },
      +              "house": {
      +                "maximum": 12,
      +                "minimum": 1,
      +                "type": "integer"
      +              },
      +              "isRetrograde": {
      +                "type": "boolean"
      +              },
      +              "jagradadi": {
      +                "enum": [
      +                  "Jagrat",
      +                  "Swapna",
      +                  "Sushupti"
      +                ],
      +                "type": "string"
      +              },
      +              "longitude": {
      +                "type": "number"
      +              },
      +              "nakshatra": {
      +                "properties": {
      +                  "key": {
      +                    "type": "number"
      +                  },
      +                  "lord": {
      +                    "enum": [
      +                      "Ketu",
      +                      "Venus",
      +                      "Sun",
      +                      "Moon",
      +                      "Mars",
      +                      "Rahu",
      +                      "Jupiter",
      +                      "Saturn",
      +                      "Mercury"
      +                    ],
      +                    "type": "string"
      +                  },
      +                  "name": {
      +                    "type": "string"
      +                  },
      +                  "pada": {
      +                    "type": "number"
      +                  }
      +                },
      +                "required": [
      +                  "name",
      +                  "pada",
      +                  "key",
      +                  "lord"
      +                ],
      +                "type": "object"
      +              }
      +            },
      +            "required": [
      +              "graha",
      +              "longitude",
      +              "nakshatra",
      +              "isRetrograde"
      +            ],
      +            "type": "object"
      +          },
      +          "type": "array"
      +        }
      +      },
      +      "required": [
      +        "rashi",
      +        "signs"
      +      ],
      +      "type": "object"
      +    },
      +    "taurus": {
      +      "properties": {
      +        "rashi": {
      +          "type": "string"
      +        },
      +        "signs": {
      +          "items": {
      +            "properties": {
      +              "awastha": {
      +                "enum": [
      +                  "Bala",
      +                  "Kumara",
      +                  "Yuva",
      +                  "Vriddha",
      +                  "Mrita"
      +                ],
      +                "type": "string"
      +              },
      +              "deeptadi": {
      +                "enum": [
      +                  "Dipta",
      +                  "Svastha",
      +                  "Pramudita",
      +                  "Shanta",
      +                  "Dina",
      +                  "Duhkhita",
      +                  "Vikala",
      +                  "Khala",
      +                  "Kopa"
      +                ],
      +                "type": "string"
      +              },
      +              "graha": {
      +                "type": "string"
      +              },
      +              "house": {
      +                "maximum": 12,
      +                "minimum": 1,
      +                "type": "integer"
      +              },
      +              "isRetrograde": {
      +                "type": "boolean"
      +              },
      +              "jagradadi": {
      +                "enum": [
      +                  "Jagrat",
      +                  "Swapna",
      +                  "Sushupti"
      +                ],
      +                "type": "string"
      +              },
      +              "longitude": {
      +                "type": "number"
      +              },
      +              "nakshatra": {
      +                "properties": {
      +                  "key": {
      +                    "type": "number"
      +                  },
      +                  "lord": {
      +                    "enum": [
      +                      "Ketu",
      +                      "Venus",
      +                      "Sun",
      +                      "Moon",
      +                      "Mars",
      +                      "Rahu",
      +                      "Jupiter",
      +                      "Saturn",
      +                      "Mercury"
      +                    ],
      +                    "type": "string"
      +                  },
      +                  "name": {
      +                    "type": "string"
      +                  },
      +                  "pada": {
      +                    "type": "number"
      +                  }
      +                },
      +                "required": [
      +                  "name",
      +                  "pada",
      +                  "key",
      +                  "lord"
      +                ],
      +                "type": "object"
      +              }
      +            },
      +            "required": [
      +              "graha",
      +              "longitude",
      +              "nakshatra",
      +              "isRetrograde"
      +            ],
      +            "type": "object"
      +          },
      +          "type": "array"
      +        }
      +      },
      +      "required": [
      +        "rashi",
      +        "signs"
      +      ],
      +      "type": "object"
      +    },
      +    "virgo": {
      +      "properties": {
      +        "rashi": {
      +          "type": "string"
      +        },
      +        "signs": {
      +          "items": {
      +            "properties": {
      +              "awastha": {
      +                "enum": [
      +                  "Bala",
      +                  "Kumara",
      +                  "Yuva",
      +                  "Vriddha",
      +                  "Mrita"
      +                ],
      +                "type": "string"
      +              },
      +              "deeptadi": {
      +                "enum": [
      +                  "Dipta",
      +                  "Svastha",
      +                  "Pramudita",
      +                  "Shanta",
      +                  "Dina",
      +                  "Duhkhita",
      +                  "Vikala",
      +                  "Khala",
      +                  "Kopa"
      +                ],
      +                "type": "string"
      +              },
      +              "graha": {
      +                "type": "string"
      +              },
      +              "house": {
      +                "maximum": 12,
      +                "minimum": 1,
      +                "type": "integer"
      +              },
      +              "isRetrograde": {
      +                "type": "boolean"
      +              },
      +              "jagradadi": {
      +                "enum": [
      +                  "Jagrat",
      +                  "Swapna",
      +                  "Sushupti"
      +                ],
      +                "type": "string"
      +              },
      +              "longitude": {
      +                "type": "number"
      +              },
      +              "nakshatra": {
      +                "properties": {
      +                  "key": {
      +                    "type": "number"
      +                  },
      +                  "lord": {
      +                    "enum": [
      +                      "Ketu",
      +                      "Venus",
      +                      "Sun",
      +                      "Moon",
      +                      "Mars",
      +                      "Rahu",
      +                      "Jupiter",
      +                      "Saturn",
      +                      "Mercury"
      +                    ],
      +                    "type": "string"
      +                  },
      +                  "name": {
      +                    "type": "string"
      +                  },
      +                  "pada": {
      +                    "type": "number"
      +                  }
      +                },
      +                "required": [
      +                  "name",
      +                  "pada",
      +                  "key",
      +                  "lord"
      +                ],
      +                "type": "object"
      +              }
      +            },
      +            "required": [
      +              "graha",
      +              "longitude",
      +              "nakshatra",
      +              "isRetrograde"
      +            ],
      +            "type": "object"
      +          },
      +          "type": "array"
      +        }
      +      },
      +      "required": [
      +        "rashi",
      +        "signs"
      +      ],
      +      "type": "object"
      +    },
      +    "yogas": {
      +      "items": {
      +        "properties": {
      +          "description": {
      +            "type": "string"
      +          },
      +          "evidence": {
      +            "type": "string"
      +          },
      +          "family": {
      +            "enum": [
      +              "classical",
      +              "asraya",
      +              "dala",
      +              "akriti",
      +              "sankhya"
      +            ],
      +            "type": "string"
      +          },
      +          "id": {
      +            "type": "string"
      +          },
      +          "name": {
      +            "type": "string"
      +          },
      +          "present": {
      +            "type": "boolean"
      +          },
      +          "quality": {
      +            "enum": [
      +              "Positive",
      +              "Negative",
      +              "Both"
      +            ],
      +            "type": "string"
      +          },
      +          "result": {
      +            "type": "string"
      +          },
      +          "suppressedBy": {
      +            "enum": [
      +              "classical",
      +              "asraya",
      +              "dala",
      +              "akriti",
      +              "sankhya"
      +            ],
      +            "type": "string"
      +          }
      +        },
      +        "required": [
      +          "id",
      +          "name",
      +          "description",
      +          "result",
      +          "quality",
      +          "family",
      +          "present"
      +        ],
      +        "type": "object"
      +      },
      +      "type": "array"
      +    }
      +  },
      +  "required": [
      +    "aries",
      +    "taurus",
      +    "gemini",
      +    "cancer",
      +    "leo",
      +    "virgo",
      +    "libra",
      +    "scorpio",
      +    "sagittarius",
      +    "capricorn",
      +    "aquarius",
      +    "pisces",
      +    "frame",
      +    "houses",
      +    "combustion",
      +    "planetaryWar",
      +    "interpretations",
      +    "meta"
      +  ],
      +  "type": "object"
      +}
  3. Changed1 schema field changed
    • changedInput schema / properties / timezone / description
      Previous value: -"Timezone: IANA name (e.g. \"America/New_York\", \"Europe/London\") OR decimal hours from UTC (e.g. -5 for EST, 1 for CET). IANA strings are resolved to the DST-correct offset for the given date, so you can pass `cities[0].timezone` from /location/search directly. Defaults to 5.5."New value: +"Timezone: IANA name (e.g. \"America/New_York\", \"Europe/London\") OR decimal hours from UTC (e.g. -5 for EST, 1 for CET). IANA strings are resolved to the offset in force at the given date and time, so you can pass `cities[0].timezone` from /location/search directly. Defaults to 5.5."
  4. Changed2 schema fields changed
    • changedInput schema / properties / lang / description
      Previous value: -"Response language (ISO 639-1). Supported: en, tr, de, es, hi, pt, fr, ru. Defaults to en. Languages without translations yet return English."New value: +"Response language (BCP 47). Supported: en, tr, de, es, hi, pt, fr, ru, zh-Hans, zh-Hant. Defaults to en. Coverage varies by domain, and a field with no translation in the requested language returns English."
    • changedInput schema / properties / lang / enum
      Previous value: -[
      -  "en",
      -  "tr",
      -  "de",
      -  "es",
      -  "hi",
      -  "pt",
      -  "fr",
      -  "ru"
      -]New value: +[
      +  "en",
      +  "tr",
      +  "de",
      +  "es",
      +  "hi",
      +  "pt",
      +  "fr",
      +  "ru",
      +  "zh-Hans",
      +  "zh-Hant"
      +]
  5. Changed2 schema fields changed
    • addedInput schema / examples
      Added value: +[
      +  {
      +    "date": "1990-07-04",
      +    "latitude": 28.6139,
      +    "longitude": 77.209,
      +    "time": "10:12:00"
      +  }
      +]
    • changedInput schema / properties / compact / description
      Previous value: -"Set true to receive the exact same data in a token-optimized shape that is cheaper for you to read: whitespace is stripped and every array of same-shaped objects is encoded columnar as {\"__cols\":[field names],\"__rows\":[[values]]}, so each field name is sent once instead of once per row. Fully lossless (no field or value is dropped or changed) and typically 40 to 52 percent fewer tokens on large results. Prefer true whenever token or inference cost matters. Default false returns standard indented JSON."New value: +"Set true for the same data in a compact shape: arrays of same-shaped objects arrive columnar as {\"__cols\":[names],\"__rows\":[[values]]}. Lossless, typically 40 to 52 percent fewer tokens."
  6. Changed3 schema fields changed
    • addedInput schema / properties / ayanamsa
      Added value: +{
      +  "default": "lahiri",
      +  "description": "Sidereal frame (ayanamsa) the chart is cast in. \"lahiri\" is Lahiri/Chitrapaksha, the traditional Vedic standard used by most software, and is the default. \"raman\" is the B.V. Raman ayanamsa from Hindu Predictive Astrology, about 1.45 degrees below Lahiri. \"kp-newcomb\" and \"kp-old\" are the two Krishnamurti Paddhati frames. \"custom\" takes your own value in degrees via ayanamsaValue, for reconciling exactly against a specific reference program. The frame rotates the whole zodiac, so a graha sitting within 1.45 degrees of a boundary can change rashi or nakshatra when you switch: pick the one your reference software uses and keep it.",
      +  "enum": [
      +    "kp-newcomb",
      +    "kp-old",
      +    "lahiri",
      +    "raman",
      +    "custom"
      +  ],
      +  "example": "lahiri",
      +  "type": "string"
      +}
    • addedInput schema / properties / ayanamsaValue
      Added value: +{
      +  "description": "Custom ayanamsa value in degrees. When provided, overrides the computed ayanamsa from the selected type. Use for testing with specific ayanamsa values or matching a particular reference source.",
      +  "example": 24,
      +  "type": "number"
      +}
    • addedInput schema / properties / modernPlanets
      Added value: +{
      +  "default": false,
      +  "description": "Set true to also return Uranus, Neptune and Pluto, under the Sanskrit names Arun, Varun and Yam that Indian software prints for them. They arrive in a separate modernPlanets array, NOT inside meta, because classical Jyotish is defined over nine grahas: the moderns rule no sign, so they have no dignity, avastha, combustion or aspect strength and it would be fabrication to report one. Each carries longitude, rashi, degree in sign, nakshatra with pada and lord, and retrograde status. Defaults to false, so an existing integration is byte-identical until it opts in.",
      +  "example": true,
      +  "type": "boolean"
      +}
  7. Changed1 schema field changed
    • addedInput schema / properties / avasthaInfo
      Added value: +{
      +  "default": false,
      +  "description": "Set true to include a localized meaning and one-sentence classical interpretation beside each graha avastha state, under avasthaInfo on that graha in meta. Defaults to false, so an existing integration is byte-identical until it opts in. Saves a second call to GET /avasthas and the client-side join that would otherwise be needed to turn Yuva or Swapna into readable text.",
      +  "example": true,
      +  "type": "boolean"
      +}
  8. Changed1 schema field changed
    • addedInput schema / properties / focus
      Added value: +{
      +  "default": "general",
      +  "description": "Which signification vocabulary the houseThemes map returns. \"general\" gives the classical bhava significations (self, wealth, siblings, home, and so on). \"finance\" gives the money reading of the same twelve bhavas, so house 2 returns income and savings, 5 speculation and risk appetite, 8 sudden money and leverage, 11 gains and profits, and 12 expenses and capital outflow. Use \"finance\" for wealth, income, business and market timing questions in Krishnamurti Paddhati, where the significator house groups 2, 6, 10, 11 for earned income and 5, 8, 11 for speculation are read against a running dasha. Defaults to \"general\".",
      +  "enum": [
      +    "general",
      +    "finance"
      +  ],
      +  "example": "general",
      +  "type": "string"
      +}
  9. Changed1 schema field changed
    • changedInput schema / properties / compact / description
      Previous value: -"Return the same data in a token-optimized compact shape (minified, with same-shaped arrays encoded columnar) to reduce LLM token cost. Lossless: no fields are dropped. Default false."New value: +"Set true to receive the exact same data in a token-optimized shape that is cheaper for you to read: whitespace is stripped and every array of same-shaped objects is encoded columnar as {\"__cols\":[field names],\"__rows\":[[values]]}, so each field name is sent once instead of once per row. Fully lossless (no field or value is dropped or changed) and typically 40 to 52 percent fewer tokens on large results. Prefer true whenever token or inference cost matters. Default false returns standard indented JSON."
  10. Changed1 schema field changed
    • addedInput schema / properties / compact
      Added value: +{
      +  "default": false,
      +  "description": "Return the same data in a token-optimized compact shape (minified, with same-shaped arrays encoded columnar) to reduce LLM token cost. Lossless: no fields are dropped. Default false.",
      +  "type": "boolean"
      +}
  11. Changed2 schema fields changed
    • changedInput schema / properties / timezone / anyOf
      Previous value: -[
      -  {
      -    "maximum": 14,
      -    "minimum": -14,
      -    "type": "number"
      -  },
      -  {
      -    "pattern": "^[A-Za-z_]+(?:\\/[A-Za-z0-9_+-]+){0,2}$",
      -    "type": "string"
      -  }
      -]New value: +[
      +  {
      +    "maximum": 14,
      +    "minimum": -14,
      +    "type": "number"
      +  },
      +  {
      +    "type": "string"
      +  }
      +]
    • changedInput schema / properties / timezone / description
      Previous value: -"Timezone: decimal hours from UTC (e.g. 5.5 for IST, -5 for EST) OR IANA name (e.g. \"Asia/Kolkata\", \"America/New_York\"). IANA strings are resolved to the DST-correct offset for the given date, so you can pass `cities[0].timezone` from /location/search directly. Defaults to 5.5 (IST)."New value: +"Timezone: IANA name (e.g. \"America/New_York\", \"Europe/London\") OR decimal hours from UTC (e.g. -5 for EST, 1 for CET). IANA strings are resolved to the DST-correct offset for the given date, so you can pass `cities[0].timezone` from /location/search directly. Defaults to 5.5."
  12. First observed

TDQS

B3.3/5.0
Behavior3/5

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

Annotations already declare readOnlyHint=true and destructiveHint=false, so the safety profile is covered and the bar for additional disclosure is lower. The description adds that results are 'grouped by zodiac signs (rashis) with nakshatra details and pada,' which is useful output-shape context, but 'accurate' and 'complete' are quality claims, not behavior, and nothing is said about pagination, size, or response structure beyond that grouping.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness3/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The payload is front-loaded in the first sentence, but the remaining sentences include filler: 'Kundli calculator API for astrology apps, matrimonial sites' adds no operational information, and 'Perfect for kundli generation, horoscope matching, and Vedic astrology software integration' largely restates what the tool is. The third sentence on grouping is the only one that earns its keep beyond the opener.

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

Completeness3/5

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

For a 12-parameter tool with an output schema present, the description is functionally adequate — it states what the chart contains, and the schema's rich parameter documentation plus output schema cover the rest. The main gap is that, amid a very large sibling family, it offers no routing guidance and leaves the agent to infer when this is the right tool versus planetary_positions, navamsa, or kp_chart.

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 coverage is 100%, with every one of the 12 parameters carrying a detailed description (date format, time criticality, ayanamsa behavior, focus semantics, compact shape, etc.), so baseline 3 applies. The description adds no parameter-level meaning beyond what the schema already states; the mention of grahas and rashis maps to output, not inputs.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description states a specific verb and resource — 'Calculate complete Vedic birth chart (Janam Kundli, natal chart)' — and enumerates exactly what the chart contains: all 9 grahas Sun through Ketu plus Lagna, grouped by rashi with nakshatra and pada. The title's 'D1 Rashi chart' helps distinguish it from D9 navamsa and raw planetary-position siblings, though the differentiation is implicit rather than naming any sibling.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

It offers use-case context ('Perfect for kundli generation, horoscope matching, and Vedic astrology software integration'), but kundli generation is a tautology of what the tool itself is. No sibling is named and no exclusion is given — an agent is never told when to prefer planetary_positions for raw positions, navamsa for D9, or kp_chart for the KP frame, despite 55+ siblings.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources