Skip to main content
Glama
asterwise

Asterwise

Official

Lal Kitab Chart

asterwise_get_lal_kitab_chart
Read-onlyIdempotent

Generate a Lal Kitab house and planet chart with Rin (debt) flags from birth details, using Lal Kitab placement rules to identify astrological debts and remedies.

Instructions

Produces the Lal Kitab house and planet schema plus Rin (debt) flags from BirthData using Lal Kitab placement rules. Lal Kitab uses a distinct astrological system from standard Vedic computation, with its own house-based remedies.

WORKFLOW: BEFORE: None — standalone for Lal Kitab queries. AFTER: asterwise_get_lal_kitab_remedies — practical totkas aligned to this chart.

INPUT CONTRACT: BirthData global contract; mixing interpretive systems in prose is a caller concern, not validated here.

DO NOT CONFUSE WITH: asterwise_get_natal_chart — classical radix, not Lal Kitab lk_house logic. asterwise_get_lal_kitab_remedies — remedy list without full chart geometry.

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

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
birthYesBirth 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.4/5.0
Behavior4/5

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

The description is consistent with the readOnly, idempotent, and non-destructive annotations and adds context about output contents. It does not contradict annotations, though it relies on them for side-effect transparency.

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 organized with workflow and disambiguation sections and is front-loaded with the core purpose. Minor redundancy exists between the opening paragraph and the later disambiguation note.

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?

Given the detailed input schema, output schema indication, and annotations, the description provides sufficient context for correct invocation and clear differentiation from numerous sibling tools.

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 input schema already provides 100% field-level descriptions with examples and defaults. The prose adds little parameter-specific meaning beyond identifying the Lal Kitab system.

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 produces the Lal Kitab house and planet schema plus Rin flags from BirthData using Lal Kitab placement rules, and explicitly distinguishes it from the natal chart and remedies tools.

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 description provides explicit guidance: it is standalone for Lal Kitab queries, lists the recommended follow-up tool, and warns against confusing it with asterwise_get_natal_chart and asterwise_get_lal_kitab_remedies.

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