Skip to main content
Glama

AstroTune — Vedic astrology (Jyotish)

chart_transits

Транзиты по карте: где стоят грахи сейчас и когда сменят знак. По умолчанию четыре медленных — Сатурн, Юпитер, Раху и Кету: они отвечают на «что идёт со мной долго». Любые другие называются в bodies: sun, moon, mercury, venus, mars, jupiter, saturn, rahu, ketu. ⚠️ У быстрых тел окно короче: Луна меняет знак каждые 2,3 суток, и год её переходов — список, который нечем читать; для неё окно до двух месяцев. ⭐ Рядом идут ОТРЕЗКИ ОБРАТНОГО ХОДА (retrograde): что пятится сейчас и что начнёт — это ответ на «когда Меркурий станет ретроградным». ⚠️ Раздел retrograde считается по СВОЕМУ набору тел и в СВОЁМ окне (около года вперёд): в нём законно приходят Меркурий, Венера и Марс, даже когда смены знака запрошены только у медленных. Параметру bodies он не подчиняется, и горизонт его назван отдельным полем horizon — сравнивать его с window нельзя. Время рождения необязательно, но без него не считается дом от натальной Луны.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
dateNo
langNoru
timeNo
placeNo
yearsNo
bodiesNo
chart_idNo
geonameidNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed6 schema fields changed
    • changedInput schema / properties / bodies / type
      Previous value: -"array"New value: +[
      +  "array",
      +  "null"
      +]
    • 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. Changed22 schema fields changed
    • removedInput schema / properties / bodies / anyOf
      Removed value: -[
      -  {
      -    "items": {
      -      "enum": [
      -        "sun",
      -        "moon",
      -        "mercury",
      -        "venus",
      -        "mars",
      -        "jupiter",
      -        "saturn",
      -        "rahu",
      -        "ketu"
      -      ],
      -      "type": "string"
      -    },
      -    "type": "array"
      -  },
      -  {
      -    "type": "null"
      -  }
      -]
    • addedInput schema / properties / bodies / items
      Added value: +{
      +  "enum": [
      +    "sun",
      +    "moon",
      +    "mercury",
      +    "venus",
      +    "mars",
      +    "jupiter",
      +    "saturn",
      +    "rahu",
      +    "ketu"
      +  ],
      +  "type": "string"
      +}
    • removedInput schema / properties / bodies / title
      Removed value: -"Bodies"
    • addedInput schema / properties / bodies / type
      Added value: +"array"
    • 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 / 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 / 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 / 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 / properties / years / title
      Removed value: -"Years"
    • removedInput schema / title
      Removed value: -"chart_transitsArguments"
  3. First observed

TDQS

A3.7/5.0
Behavior4/5

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

With no annotations, the description carries the full burden and discloses non-obvious behavior: the retrograde section ignores the bodies parameter, uses its own ~1-year horizon, returns horizon as a separate field not comparable with window, and fast-body windows are shortened. It stops short of describing full request/response behavior but covers the important traps.

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 text is long but information-dense; each warning (fast bodies, retrograde independence, horizon) earns its place, and the lead sentence states the core purpose first. Some redundancy exists in the slow-body explanation, but the structure with sections and warnings is readable.

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?

The definition is complete about its most surprising behavior and the bodies parameter, and the output schema covers return values. But with no annotations and several unexplained input parameters (chart_id, geonameid, place, years, date), an agent cannot confidently construct a non-default request from the description alone.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/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 explain the parameters. It thoroughly explains the bodies enum and default, and touches on time (birth time optional), but date, lang, years, place, chart_id, and geonameid are left unexplained. Since most parameters are not covered, the description does not compensate for the missing schema descriptions.

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 opening sentence defines the tool's exact function: chart transits, current planetary positions ('где стоят грахи сейчас') and sign-change timing. It goes beyond a noun phrase by specifying the resource (chart transits), the action (report positions/sign changes/retrogrades), and the default body set, so an agent can distinguish it from sky_now or natal_chart.

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?

The description gives substantial parameter-level usage guidance: default slow planets, short window for the Moon, retrograde section's own body set and horizon, and the birth-time caveat. However, it never names when to prefer this tool over sibling tools such as sky_now or dasha_timeline, so tool-selection guidance is only implied.

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