Skip to main content
Glama

Prashna Chart

asterwise_get_prashna_chart
Read-onlyIdempotent

Casts a Prashna chart for the query instant using supplied date, time, place, and a single-topic keyword, then returns houses, Moon diagnostics, verdict, and cusps.

WORKFLOW: BEFORE: None — standalone for horary. AFTER: None.

INPUT CONTRACT: question must be exactly one of: self, wealth, siblings, property, children, health, marriage, death, travel, career, gains, loss. Full sentences are not validated locally and are rejected upstream → MCP INTERNAL_ERROR at the tool layer. PrashnaInput enforces date/time/lat/lon/ayanamsa patterns locally.

DO NOT CONFUSE WITH: asterwise_get_natal_chart — requires birth data, not query-moment prashna. asterwise_get_kp_chart — natal KP from birth time, not horary keyword mapping.

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

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
prashnaYesPrashna (horary) query parameters.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes

Schema Changelog

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

  1. First observed

TDQS

A5/5.0
Behavior5/5

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

Annotations already mark the tool as read-only, idempotent, and non-destructive, and the description adds valuable behavior beyond that: it discloses that full-sentence inputs are rejected upstream and surface as MCP INTERNAL_ERROR at the tool layer. It also clarifies that PrashnaInput locally enforces date/time/lat/lon/ayanamsa patterns and points to the full error contract, giving agents a realistic model of failure behavior.

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 structured with clear, purposeful sections: summary, workflow, input contract, and sibling disambiguation. Each sentence carries operational value, and the most important scoping and validation details are front-loaded before the disambiguation notes and documentation link.

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 a nested input object, a required enumerated question set, multiple validation patterns, and an output schema available, the description covers the full calling contract: what to pass, what values are allowed, what validation happens where, what will be returned, and where to find the full error contract. Nothing essential is missing for correct invocation.

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

Parameters5/5

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

Although the schema documents patterns, ranges, and enums, it only defines 'question' as a minLength-1 string. The description adds the critical semantic constraint that question must be exactly one of the listed topics, and warns that full sentences are not validated locally. This materially changes how an agent should construct the call and compensates for the schema's weak question typing.

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: 'Casts a Prashna chart for the query instant using supplied date, time, place, and a single-topic keyword', and names the concrete outputs: houses, Moon diagnostics, verdict, and cusps. It clearly differentiates from sibling tools by naming asterwise_get_natal_chart and asterwise_get_kp_chart and explaining what each alternative requires.

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 'DO NOT CONFUSE WITH' section explicitly identifies when not to use this tool and what alternatives to choose instead, contrasting query-moment prashna with birth-data-based natal charts. The 'WORKFLOW' section confirms this is standalone for horary with no prerequisites or follow-ups, leaving no ambiguity about invocation context.

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.9/5.0
Disambiguation3/5

Many tools are well-differentiated by explicit 'DO NOT CONFUSE WITH' notes, but the sheer number of near-neighbor pairs (e.g., crystal vs gemstone recommendations, natal chart variants, dasha systems, compatibility systems, tarot draw variants) creates real selection risk. The descriptions mitigate overlap, but an agent browsing 103 tools will struggle to pick the right one.

Naming Consistency5/5

Every tool follows the asterwise_get_* or asterwise_draw_* prefix convention with a clear noun phrase (e.g., asterwise_get_natal_chart, asterwise_draw_tarot_cards). The two verbs 'get' and 'draw' are semantically appropriate, and there are no camelCase or mixed-style names.

Tool Count1/5

103 tools is far beyond a manageable MCP surface. While the domain is broad (Vedic astrology, Western astrology, numerology, tarot, crystals, dream symbols), the server bundles multiple distinct domains into one namespace, making it nearly impossible for an agent to discover the right tool efficiently.

Completeness4/5

The surface is impressively comprehensive across astrology, numerology, tarot, and remedies, with deep coverage of dasha systems, compatibility frameworks, and chart types. Minor gaps exist (e.g., no tarot interpretation endpoint, no batch operations, no update/delete since it's read-only data), but for a reference/prediction API the coverage is strong.

Resources