Skip to main content
Glama

AstroTune — Vedic astrology (Jyotish)

natal_chart

Натальная карта по джйотишу: положения грах по знакам и домам, накшатра Луны, лагна, вимшоттари-даши и текущий период. Место задаётся названием (place) ИЛИ geonameid из find_place. ВРЕМЯ РОЖДЕНИЯ НЕОБЯЗАТЕЛЬНО: без него отдаётся только то, что от него не зависит — лагны, домов, пады и даш не будет, и полдень не подставляется. Сколько отдавать — detail: preview (три строки и chart_id, чтобы не занимать контекст), normal (по умолчанию) или full (все поля). ⭐ В ответе есть chart_id: передайте его в следующие вызовы (varga_chart, dasha_timeline, chart_transits, compare_methods, birth_time_window) вместо даты, времени и места — человеку не придётся диктовать их снова. ⚠️ Если человек поправил данные, называйте их полем: явно сказанное главнее того, что лежит в chart_id.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
dateNo
langNoru
timeNo
placeNo
detailNonormal
ayanamsaNoLahiri
chart_idNo
podrobnoNo
geonameidNo
house_systemNoW

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed5 schema fields changed
    • changedInput schema / properties / chart_id / type
      Previous value: -"string"New value: +[
      +  "string",
      +  "null"
      +]
    • changedInput schema / properties / date / type
      Previous value: -"string"New value: +[
      +  "string",
      +  "null"
      +]
    • changedInput schema / properties / geonameid / type
      Previous value: -"integer"New value: +[
      +  "integer",
      +  "null"
      +]
    • changedInput schema / properties / place / type
      Previous value: -"string"New value: +[
      +  "string",
      +  "null"
      +]
    • changedInput schema / properties / time / type
      Previous value: -"string"New value: +[
      +  "string",
      +  "null"
      +]
  2. Changed21 schema fields changed
    • removedInput schema / properties / ayanamsa / title
      Removed value: -"Ayanamsa"
    • removedInput schema / properties / chart_id / anyOf
      Removed value: -[
      -  {
      -    "type": "string"
      -  },
      -  {
      -    "type": "null"
      -  }
      -]
    • removedInput schema / properties / chart_id / title
      Removed value: -"Chart Id"
    • addedInput schema / properties / chart_id / type
      Added value: +"string"
    • removedInput schema / properties / date / anyOf
      Removed value: -[
      -  {
      -    "type": "string"
      -  },
      -  {
      -    "type": "null"
      -  }
      -]
    • removedInput schema / properties / date / title
      Removed value: -"Date"
    • addedInput schema / properties / date / type
      Added value: +"string"
    • removedInput schema / properties / detail / title
      Removed value: -"Detail"
    • removedInput schema / properties / geonameid / anyOf
      Removed value: -[
      -  {
      -    "type": "integer"
      -  },
      -  {
      -    "type": "null"
      -  }
      -]
    • removedInput schema / properties / geonameid / title
      Removed value: -"Geonameid"
    • addedInput schema / properties / geonameid / type
      Added value: +"integer"
    • removedInput schema / properties / house_system / title
      Removed value: -"House System"
    • removedInput schema / properties / lang / title
      Removed value: -"Lang"
    • removedInput schema / properties / place / anyOf
      Removed value: -[
      -  {
      -    "type": "string"
      -  },
      -  {
      -    "type": "null"
      -  }
      -]
    • removedInput schema / properties / place / title
      Removed value: -"Place"
    • addedInput schema / properties / place / type
      Added value: +"string"
    • removedInput schema / properties / podrobno / title
      Removed value: -"Podrobno"
    • removedInput schema / properties / time / anyOf
      Removed value: -[
      -  {
      -    "type": "string"
      -  },
      -  {
      -    "type": "null"
      -  }
      -]
    • removedInput schema / properties / time / title
      Removed value: -"Time"
    • addedInput schema / properties / time / type
      Added value: +"string"
    • removedInput schema / title
      Removed value: -"natal_chartArguments"
  3. First observed

TDQS

A4.9/5.0
Behavior5/5

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

With no annotations at all, the description carries the full burden and meets it: it states that noon is not substituted, which outputs are omitted without birth time, that preview returns three lines plus chart_id, and that chart_id is a reusable handle. This is meaningful behavioral disclosure beyond the schema.

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?

Five dense sentences, each carrying operational value, with the core purpose declared first and the most important warnings (time optional, chart_id reuse) placed prominently. No filler or repetition.

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 10-parameter, 0-required tool with no annotations, the description covers the non-obvious conditions that determine the output: missing time behavior, place specification alternatives, detail levels, and chart_id lifecycle. An output schema exists, so return-value documentation is not needed here.

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 0%, so the description must compensate. It adds semantics for place/geonameid, time optionality, detail levels, and chart_id precedence. It does not explain the cryptic house_system letters, ayanamsa options, or 'podrobno', but those are at least surfaced via enums and defaults, and the most error-prone parameters are covered.

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 opens with a specific verb+resource: 'Натальная карта по джйотишу' and enumerates the chart components (graha positions, Moon nakshatra, lagna, vimshottari dashas, current period). It also distinguishes itself from siblings by naming downstream tools that consume its chart_id, so an agent can tell it apart.

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?

It explicitly explains how to specify the place (place or geonameid from find_place), that birth time is optional and what will be missing without it, how detail changes the payload, and how chart_id should be reused in later calls. It even gives an exclusivity rule: explicit user corrections override chart_id.

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