Skip to main content
Glama

AstroTune — Vedic astrology (Jyotish)

varga_chart

Дробная карта (варга) по джйотишу: D9 навамша, D10 дашамша, D2, D3, D7, D12. ОДИН инструмент на все варги — нужная называется параметром varga. Отдаёт знак лагны варги, положения грах по знакам и список планет-варготтама (тех, что стоят в одном знаке в карте рождения и в этой варге). ⛔ Требует известного времени рождения: у варги своя лагна, а она без времени неопределима. Чего мы не считаем (D4, D5, D6, D8, D16, D20, D24, D27, D30, D40, D45, D60) — названо в ответе полем not_available, не досчитывайте это сами.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
dateNo
langNoru
timeNo
placeNo
vargaNoD9
ayanamsaNoLahiri
chart_idNo
geonameidNo

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. Changed19 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 / 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 / varga / title
      Removed value: -"Varga"
    • removedInput schema / title
      Removed value: -"varga_chartArguments"
  3. First observed

TDQS

A4.3/5.0
Behavior5/5

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

With no annotations, the description carries the full burden and does so well: it discloses the mandatory birth-time requirement, the reason for it, exactly what the tool returns, and the not_available response behavior for unsupported vargas. This gives an agent a concrete model of the tool's behavior.

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

Conciseness4/5

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

The description is compact, front-loads the purpose, and uses typographic emphasis (caps, emoji) for important constraints. It is slightly longer than a minimal statement, but the added sentences about the varga parameter and not_available behavior earn their place in an annotation-free definition.

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

Completeness4/5

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

Given 8 parameters, no annotations, and no schema descriptions, the description covers the critical decision points: supported vargas, required birth time, returned values, and unsupported divisions. The existence of an output schema and self-explanatory parameter names covers most of the remainder, though exact input formats are not stated.

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

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 0%, so the description must compensate. It adds real meaning for varga (selection among supported divisional charts) and highlights the birth-time dependency, but leaves date, place, geonameid, chart_id, and ayanamsa semantics to be inferred from names/enums rather than explained.

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 names the exact resource (varga/fractional chart), enumerates the supported divisions (D2, D3, D7, D9, D10, D12), and states the one-tool-per-varga design plus the returned contents (varga lagna, planetary placements, vargottama list). This makes it easy to distinguish from natal_chart and other astrological siblings.

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

Usage Guidelines4/5

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

It gives clear preconditions: known birth time is mandatory because the varga lagna cannot be derived without it, and unsupported divisional charts should not be computed manually but reported via not_available. It does not explicitly name sibling alternatives (e.g., natal_chart or what_we_calculate), so it falls short of full alternative routing.

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