Skip to main content
Glama
asterwise

Asterwise

Official

Crystals by Planet

asterwise_get_crystal_by_planet
Read-onlyIdempotent

Find crystals for a Vedic planet: returns Navaratna gems first, then Uparatna substitutes, excluding non-Vedic stones. Use after natal chart analysis to address planetary imbalances.

Instructions

Returns all crystals associated with a specific Vedic planet. Results are sorted with primary Navaratna gems first, then Uparatna substitutes. Only Navaratna and Uparatna Vedic assignments are returned — crystals with no Vedic planetary correspondence are excluded.

WORKFLOW: BEFORE: RECOMMENDED — asterwise_get_natal_chart — identify the planet needing remediation. AFTER: asterwise_get_gemstone_recommendations — for chart-specific gem safety assessment.

INPUT CONTRACT: planet: One of Sun, Moon, Mars, Mercury, Jupiter, Venus, Saturn, Rahu, Ketu.

DO NOT CONFUSE WITH: asterwise_get_gemstone_recommendations — natal chart house-lordship gem recommendation with contraindications; use for actual gem prescription, not just listing. asterwise_get_crystals — all 50 crystals including Western-only ones.

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

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
planetYesPlanet to find crystals for, e.g. 'Venus' or 'Saturn'.
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 declare readOnlyHint=true, idempotentHint=true, destructiveHint=false, and the description ('Returns') is consistent. No contradiction exists. The description adds context about filtering and sorting, which is harmless and does not mislead about side effects.

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 uses clear section headers (WORKFLOW, INPUT CONTRACT, DO NOT CONFUSE WITH) and every sentence provides distinct, necessary information (scope, sorting, exclusions, related tools). No fluff or repetition.

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?

Though an output schema exists (so return values need not be explained), the description fully covers what the tool does, its filtering, and its relationship to other tools. This is enough for an agent to decide when to call it and what to expect.

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 coverage is 100% (both parameters described). The description adds extra value by listing all valid planet values in the INPUT CONTRACT (Sun, Moon, Mars, Mercury, Jupiter, Venus, Saturn, Rahu, Ketu), which is more precise than the schema's example 'Venus' or 'Saturn'.

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 states a specific verb and resource: 'Returns all crystals associated with a specific Vedic planet.' It further distinguishes itself by clarifying the sorting (Navaratna first, Uparatna substitutes) and exclusions (no Vedic correspondence), which clearly separates it from sibling crystal 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?

Explicit workflow is provided: BEFORE (use natal chart to identify planet) and AFTER (use gemstone recommendations for prescription). The DO NOT CONFUSE WITH section names alternatives and explains when each should be used (e.g., gemstone recommendations for actual prescription, not just listing), giving clear when-to-use guidance.

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