Skip to main content
Glama
asterwise

Asterwise

Official

Dashakoot

asterwise_get_dashakoot
Read-onlyIdempotent

Compare two birth charts and compute the Dashakoot ten-koota compatibility score, percentage, dosha flags, and diagnostics for Vedic matchmaking.

Instructions

Computes the ten-koota Dashakoot grid for two charts, converts it to a ten-point score with percentage, and exposes boolean dosha flags plus supplementary diagnostics.

WORKFLOW: BEFORE: RECOMMENDED — asterwise_get_natal_chart for each native — context before regional scoring. AFTER: asterwise_get_papasamyam — optional malefic differential.

INPUT CONTRACT: Two BirthData objects per global contract.

DO NOT CONFUSE WITH: asterwise_get_compatibility — North Indian 36-point Ashtakoota with different breakdown keys. asterwise_get_porutham — Tamil ten-porutham passed counts, not Dashakoot floats.

Full output and error contract: https://docs.asterwise.com/mcp/tools/get-dashakoot/

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
person1YesBirth data for a single person.
person2YesBirth data for a single person.
response_formatNoOutput format: 'markdown' (default) for a readable report, or 'json' for the raw structured payload.markdown

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv0.1.0

TDQS

A4.5/5.0
Behavior4/5

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

Annotations already declare readOnlyHint, idempotentHint, and destructiveHint, so the safety profile is covered. The description adds behavioral detail about the computed output — grid, score, percentage, dosha flags, diagnostics — and points to a full output/error contract URL, extending context beyond the annotations without contradicting them.

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?

The description is front-loaded with the tool's core behavior, then organized into compact labeled sections for workflow, input contract, sibling differentiation, and documentation. Every section serves a distinct purpose and none is redundant with the schema.

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?

The tool has nested two-person input and a rich astrology computation, but the description covers workflow, input contract, sibling disambiguation, and full output/error documentation. Combined with complete schema descriptions and the output schema, an agent has everything needed to invoke it correctly.

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%, and the schema already documents person1, person2, response_format, including nested fields, defaults, and enums. The description's mention of 'Two BirthData objects per global contract' adds no meaning beyond the schema, so the baseline of 3 is appropriate.

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 a specific verb ('Computes'), a precise resource ('ten-koota Dashakoot grid'), and the derived outputs ('ten-point score with percentage', 'boolean dosha flags', 'supplementary diagnostics'). It also explicitly differentiates from sibling tools asterwise_get_compatibility and asterwise_get_porutham, so an agent can distinguish this tool from similar-sounding alternatives.

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?

The WORKFLOW section states a recommended prerequisite (asterwise_get_natal_chart for each native) and an optional follow-up (asterwise_get_papasamyam). The DO NOT CONFUSE WITH section names the two closest sibling tools and explains why they are not the same, which is exactly the when/not-when guidance needed.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/asterwise/asterwise-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server