Skip to main content
Glama

AstroTune — Vedic astrology (Jyotish)

astro_context

Что смотрят по теме вопроса и что у человека в этих местах посчитано. Темы: karyera, brak, dengi, zdorove, pereezd. Отдаёт дома темы со знаком и управителем (и куда управитель ушёл), грахи в этих домах, варгу темы и текущий период — одним вызовом вместо пяти. ⛔ ТОЛКОВАНИЯ ЗДЕСЬ НЕТ: перечислено только то, ЧТО смотрят, и что там стоит. Вывод делаете вы, и делайте его из этих данных, а не из общих знаний о знаках. ⚠️ Тему называете вы: свободный текст вопроса сюда не принимается — определять тему по фразе значило бы завести вторую модель внутри расчётного слоя.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
dateNo
langNoru
timeNo
placeNo
topicYes
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 / topic / title
      Removed value: -"Topic"
    • removedInput schema / title
      Removed value: -"astro_contextArguments"
  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 behavioral burden. It clearly discloses that no interpretation is provided ('ТОЛКОВАНИЯ ЗДЕСЬ НЕТ'), that the agent must make conclusions from the data, and that free-text questions are rejected. This is strong transparency for a read-only calculation tool, though it omits any mention of error handling or prerequisites such as chart availability.

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 and front-loaded: purpose and topic list first, then the output contents, then behavioral warnings. Each sentence carries distinct value and nothing is redundant. The opening phrase is slightly awkward but not bloated.

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 that an output schema exists, the description does not need to explain return values in detail; it covers the critical behavioral context and the main invocation constraint. It is sufficiently complete for an agent to call the tool correctly, though explicit selection criteria relative to sibling tools would improve it further.

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?

The description adds meaningful semantics to the topic parameter: it names the five valid topics and explicitly instructs that the agent must name the topic and cannot submit free text. However, schema coverage is 0%, and the description does not compensate for the remaining parameters (date, time, place, chart_id, geonameid, lang, ayanamsa), leaving much of their meaning to be inferred from the schema's enums and defaults.

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 concrete action ('Отдаёт') and enumerates exactly what is returned: houses, signs, rulers, planets, varga, and current period. It also pins down the allowed topic set. However, it does not explicitly differentiate this tool from sibling tools like natal_chart or dasha_timeline, so it stops short of a 5.

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 phrase 'одним вызовом вместо пяти' implies this tool is an aggregate for a set of related astrological lookups, and the warning instructs the agent to supply the topic rather than free text. There is no explicit statement of when to prefer this tool over alternatives or which sibling tools it replaces, so usage guidance remains largely implicit.

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