Skip to main content
Glama
asterwise

Asterwise

Official

KP Chart

asterwise_get_kp_chart
Read-onlyIdempotent

Generates a KP natal chart with sub-lords on grahas and twelve cusps from birth data, using KP ayanamsa.

Instructions

Builds a KP natal chart with sub-lords on grahas and twelve cusps from BirthData using the KP ayanamsa in the response.

WORKFLOW: BEFORE: RECOMMENDED — cross-check birth record before trusting sub-lords. AFTER: asterwise_get_kp_significators — house-level significator chains.

INPUT CONTRACT: ayanamsa choice is not forced locally — mismatched settings still post to upstream. time='00:00' is accepted without warning.

DO NOT CONFUSE WITH: asterwise_get_natal_chart — classical bundle without KP sub-lords. asterwise_get_kp_ruling_planets — live moment rulers, not natal cusps.

Full output and error contract: https://docs.asterwise.com/mcp/tools/get-kp-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.9/5.0
Behavior5/5

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

Annotations already flag readOnly, idempotent, non-destructive, and the description adds non-obvious caveats: ayanamsa choice is not enforced locally and mismatched settings still post upstream, and time='00:00' is accepted without warning. This goes beyond structured fields and warns about edge cases that could corrupt interpretation.

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 core purpose and then organized into short labeled sections (WORKFLOW, INPUT CONTRACT, DO NOT CONFUSE WITH). Every section adds distinct value and no sentence is redundant with the schema or annotations.

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?

With an output schema, rich input schema, and safety annotations, the description supplies the remaining context: workflow position, sibling distinctions, input edge cases, and a link to the full output/error contract. An agent has enough information to select and invoke this tool correctly.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100%, so the baseline is 3. The description adds useful parameter-level caveats beyond the schema, such as that time='00:00' is accepted without warning and ayanamsa mismatches are not locally validated; it also connects BirthData to the output without restating schema text.

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?

Description opens with a specific verb and resource: builds a KP natal chart with sub-lords on grahas and twelve cusps from BirthData. It also explicitly disambiguates from asterwise_get_natal_chart ('classical bundle without KP sub-lords') and asterwise_get_kp_ruling_planets ('live moment rulers, not natal cusps'), making the tool's identity clear.

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?

Provides explicit routing guidance: a DO NOT CONFUSE WITH section names sibling tools and states the contrast, and the WORKFLOW section says this tool precedes asterwise_get_kp_significators for house-level significator chains. It also gives a BEFORE recommendation to cross-check birth records, which helps agents decide when results are trustworthy.

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