Skip to main content
Glama

AstroTune — Vedic astrology (Jyotish)

compare_methods

Одна и та же карта в нескольких аянамшах — ответ на «почему у другого сайта другая лагна (или знак Луны)». Показывает, где расхождение МЕНЯЕТ знак или накшатру, а где это доли градуса. ⭐ Разные аянамши — это не «кто-то ошибся»: школы отсчитывают начало зодиака по-разному, и обе карты верны каждая в своей. Называйте человеку именно это.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
dateNo
langNoru
timeNo
placeNo
chart_idNo
ayanamsasNo
geonameidNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed6 schema fields changed
    • changedInput schema / properties / ayanamsas / 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. Changed21 schema fields changed
    • removedInput schema / properties / ayanamsas / anyOf
      Removed value: -[
      -  {
      -    "items": {
      -      "enum": [
      -        "Aryabhata",
      -        "Deluce",
      -        "FaganBradley",
      -        "GalacticMula",
      -        "Hipparchos",
      -        "KP",
      -        "Lahiri",
      -        "Raman",
      -        "Revati",
      -        "SS_Citra",
      -        "SS_Revati",
      -        "SuryaSiddhanta",
      -        "TrueChitra",
      -        "TruePushya",
      -        "ValensMoon",
      -        "Yukteshwar"
      -      ],
      -      "type": "string"
      -    },
      -    "type": "array"
      -  },
      -  {
      -    "type": "null"
      -  }
      -]
    • addedInput schema / properties / ayanamsas / items
      Added value: +{
      +  "enum": [
      +    "Aryabhata",
      +    "Deluce",
      +    "FaganBradley",
      +    "GalacticMula",
      +    "Hipparchos",
      +    "KP",
      +    "Lahiri",
      +    "Raman",
      +    "Revati",
      +    "SS_Citra",
      +    "SS_Revati",
      +    "SuryaSiddhanta",
      +    "TrueChitra",
      +    "TruePushya",
      +    "ValensMoon",
      +    "Yukteshwar"
      +  ],
      +  "type": "string"
      +}
    • removedInput schema / properties / ayanamsas / title
      Removed value: -"Ayanamsas"
    • addedInput schema / properties / ayanamsas / 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 / title
      Removed value: -"compare_methodsArguments"
  3. First observed

TDQS

A3.6/5.0
Behavior3/5

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

Since no annotations are provided, the description carries the full burden of behavioral disclosure. It explains that the tool shows discrepancies and emphasizes that different ayanamsas are both correct, which is helpful. However, it does not disclose whether the operation is read-only, any side effects, or the nature of the output beyond showing differences. It is adequate but not comprehensive.

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 well-structured and front-loads the purpose. It is a bit verbose with the star and the final sentence about telling the person, but each sentence adds context. It is concise enough and effectively communicates the key concept without unnecessary fluff.

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

Completeness2/5

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

Given the tool's complexity (7 parameters, no schema coverage) and the existence of an output schema, the description is incomplete. It thoroughly explains the conceptual purpose but omits practical details on how to construct the call (e.g., which parameters are required, how to specify the chart, or how to select ayanamsas). The agent would likely need to inspect the schema for guidance, which is not ideal.

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?

The schema has 0% description coverage and 7 parameters, yet the description only hints at the 'ayanamsas' parameter ('several ayanamsas'). It does not explain how to specify the chart (date, time, place, chart_id, geonameid) or how the ayanamsas list is used. The description fails to compensate for the lack of parameter documentation, leaving the agent to guess.

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 clearly states the tool's function: comparing the same chart across multiple ayanamsas to show where differences change signs or nakshatras versus fractional degrees. It uses a specific verb ('shows') and resource ('the same map') and explains the exact use case, making it highly distinguishable from sibling tools without needing to compare schemas.

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 provides a clear scenario for use: answering why another site shows a different lagna or Moon sign. It implicitly tells the agent when to invoke this tool. However, it does not explicitly mention exclusions or name alternative tools, but the context is strong enough for an agent to infer the appropriate situation.

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