Skip to main content
Glama

Chakra Guide

get_chakra_guide
Read-onlyIdempotent

Full guide to the seven chakras — Sanskrit name, Solfeggio frequency, musical note, color, element, bija mantra, petal count, governing theme, balanced and blocked states, affirmation, crystals, essential oils, yoga pose, and the Sedona vortex tied to each center.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
chakraNoSpecific chakra — omit for all seven

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
noteNo
chakrasYes
chakra_sound_bathNo
sound_healing_pageNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed1 schema field changed
    • changedOutput schema / (root)
      Previous value: -nullNew value: +{
      +  "$schema": "http://json-schema.org/draft-07/schema#",
      +  "additionalProperties": false,
      +  "properties": {
      +    "chakra_sound_bath": {
      +      "type": "string"
      +    },
      +    "chakras": {
      +      "items": {
      +        "additionalProperties": {},
      +        "type": "object"
      +      },
      +      "type": "array"
      +    },
      +    "note": {
      +      "type": "string"
      +    },
      +    "sound_healing_page": {
      +      "type": "string"
      +    }
      +  },
      +  "required": [
      +    "chakras"
      +  ],
      +  "type": "object"
      +}
  2. Added

TDQS

A4.2/5.0
Behavior4/5

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

Annotations already indicate read-only, idempotent, non-destructive behavior. The description adds value by detailing the exact data returned (Sanskrit name, frequency, etc.), which helps the agent understand the output without contradicting annotations.

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 a single, focused sentence that conveys the entire scope without waste. It could be slightly more structured, but it is effective and front-loaded with the tool's purpose.

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 that an output schema exists (per context signals), the description adequately covers all expected fields. It lists every attribute included in the guide, making it fully complete for an informational lookup tool.

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 single optional parameter 'chakra' is fully defined in the schema (enum, description). The tool description does not add new meaning to the parameter beyond the schema's coverage, meeting the baseline for high schema coverage.

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 it is a 'Full guide to the seven chakras' and enumerates specific attributes, making the tool's purpose unmistakable. It differentiates from siblings like get_chakra_frequencies and get_solfeggio by its comprehensive scope.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description implies use when a complete chakra reference is needed, but does not explicitly state when to avoid or compare with alternatives. The sibling list provides cues, but the description lacks direct guidance.

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.

Resources