Skip to main content
Glama

Vedic Astrology and Kundli MCP Server by RoxyAPI

List all planetary yogas - 301 entry Vedic Yoga Glossary

get_vedic_astrology_yoga
Read-only

Browse the 301-entry Vedic planetary-yoga glossary. Returns id and name for every cataloged yoga (Raja, Dhana, Pancha Mahapurusha, Nabhasa, Chandra-Mangala, and more). This is a dictionary lookup, not chart-driven detection: it does not inspect a birth chart. Use GET /yoga/{id} for the full glossary entry, or POST /yoga/detect to run all 48 detection rules against a specific kundli. Ideal for yoga-browser UIs, search, and progressive data loading.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
langNoResponse language (BCP 47). Supported: en, tr, de, es, hi, pt, fr, ru, zh-Hans, zh-Hant. Defaults to en. Coverage varies by domain, and a field with no translation in the requested language returns English.en
familyNoFilter the catalog to one Nabhasa family: asraya (3), dala (2), akriti (20) or sankhya (7). Omit for the full catalog. `classical` is accepted but matches nothing here, because it is a detection-verdict value for single-combination yogas rather than a catalog grouping.
compactNoSet true for the same data in a compact shape: arrays of same-shaped objects arrive columnar as {"__cols":[names],"__rows":[[values]]}. Lossless, typically 40 to 52 percent fewer tokens.

TDQS

A4.5/5.0
Behavior4/5

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

Annotations already mark readOnlyHint=true and destructiveHint=false, so the read-only profile is covered; the description adds genuinely useful behavior beyond that: it explicitly states it does not inspect a birth chart, and that it returns only id and name for a dictionary look. A minor gap: it does not note whether the full 301 entries are returned in a single response or paginated, but the scale is in the description and the compact parameter in the schema covers the size concern.

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?

Three sentences: purpose/resource, core disambiguation (dictionary vs detection), and routing to the two relevant sibling endpoints. Every sentence earns its place, with the most important behavioral distinction ('does not inspect a birth chart') positioned immediately after the purpose, and no repetition of the schema or title content.

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 simple GET with 0 required params, no nested objects, and no output schema, the description covers everything an agent needs to decide and call it: the catalog scope (301 entries), the returned fields (id, name), the non-behavior (no chart inspection), alternatives for detail-reference and detection, and the intended use cases. Parameter semantics are fully delegated to the rich schema descriptions, and the service profile is covered by annotations.

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 100%, so the schema already fully documents lang (enum values, default, English fallback behavior), family (enum plus the quirk that 'classical' matches nothing), and compact (columnar shape with token savings). The description itself adds only marginal value here, but the not-in-repet coverage keeps this at the baseline of 3.

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 and resource: 'Browse the 301-entry Vedic planetary-yoga glossary' and states exactly what is returned: 'id and name for every cataloged yoga.' It explicitly disambiguates itself from the sibling tools by clarifying this is a dictionary listing, not a chart-driven detection, and the 'Use GET /yoga/{id}' sentence separates it from get_vedic_astrology_yoga_id and post_vedic_astrology_yoga_detect.

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 states for an explicit mental model: 'This is a dictionary lookup, not chart-driven detection: it does not inspect a birth chart,' and then lists concrete alternatives with the condition for each: 'Use GET /yoga/{id} for the full glossary entry, or POST /yoga/detect to run all 48 detection rules against a specific kundli.' It also gives the target scenario 'yoga-browser UIs, search, and progressive data loading,' so an agent knows when to pick this over the compute-centric POST siblings.

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.

TDQS

A3.6/5.0
Disambiguation3/5

Many tools have overlapping concepts (multiple dasha levels, monthly variants, aspects, transit), but detailed descriptions clarify each one's distinct purpose. Still, a few pairs like planetary_positions vs birth_chart or aspects_monthly vs aspects_lunar could confuse an agent initially.

Naming Consistency5/5

All tools follow a strict get_vedic_astrology_* or post_vedic_astrology_* prefix with snake_case resource names. The pattern is predictable and uniformly applied, including the hierarchical dasha drill-downs, making it easy to infer tool families.

Tool Count1/5

With 50 tools, the server is extremely heavy. Many are monthly, interval, or sub-level variants that could be parameterized or consolidated, making the set feel bloated and difficult to navigate for an agent.

Completeness5/5

The tool set covers nearly the entire Vedic astrology domain: reference data (nakshatras, rashis, yoga glossary), core charts (birth, navamsa, divisional), dasha hierarchy, transits, compatibility, doshas, panchang, KP system, and advanced calculations like Shadbala and Ashtakavarga. No significant gaps are apparent.

Resources