Skip to main content
Glama

Kabbalah MCP Server by RoxyAPI

List the 72 names - Shem HaMephorash API derived from the verses

get_kabbalah_names
Read-only

Return the seventy two names, each with the three letters it is read from, the divine name suffix, the five degree ecliptic arc it governs, the sign that arc falls in and the angelic choir it belongs to. The names are DERIVED from three verses of Exodus read in the boustrophedon order rather than copied from a table, and any row where a named published list differs is flagged on that row. Pass a longitude to get the single name governing that degree. Built for birth angel features, Shem HaMephorash reference pages and any product that has to show where a name comes from.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
langNoResponse language (BCP 47). Supported: en, tr, de, es, hi, pt, fr, ru, zh-Hans, zh-Hant. Defaults to en. Coverage varies by domain, and a field with no translation in the requested language returns English.en
limitNoMaximum items to return per page. Range: 1-72, default 20.
offsetNoNumber of items to skip for pagination. Default 0.
compactNoSet true for the same data in a compact shape: arrays of same-shaped objects arrive columnar as {"__cols":[names],"__rows":[[values]]}. Lossless, typically 40 to 52 percent fewer tokens.
longitudeNoEcliptic longitude in degrees, 0 inclusive to 360 exclusive, measured from 0 Aries. Returns the single name governing that degree instead of the list. 360 is rejected because it is the same point as 0 and the arcs are half open at the top.

Schema Changelog

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

  1. First observed

TDQS

A4.2/5.0
Behavior4/5

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

Annotations already establish readOnlyHint=true, lowering the bar. The description adds genuinely useful behavioral context beyond that: the names are DERIVED via boustrophedon reading rather than copied from a table, and rows where a named published list differs are flagged — disclosing that outputs may intentionally diverge from published sources. The longitude mode switch is also disclosed. It does not cover response shape or pagination behavior, but no output schema exists and the core behavioral traits are well surfaced.

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?

Three sentences, each earning its place: the return payload is front-loaded first, the derivation/discrepancy-flag behavior second, and the invocation mode plus use cases third. There is no filler, tautology, or redundant restatement of the title.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a read-only tool with 5 documented parameters and no output schema, the description covers the essential return contract (six per-row fields), the provenance caveat, and the alternative single-name mode. Minor gaps exist — the exact shape of the discrepancy flag and the response envelope are unspecified — but nothing an agent needs to call the tool or interpret its results is fundamentally missing.

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?

Schema description coverage is 100%, so the baseline is 3 and the schema already documents all five parameters (lang, limit, offset, compact, longitude). The description adds minimal parameter-level meaning: it reinforces longitude's mode-switching behavior and explains the five-degree arc concept, but adds nothing about lang, limit, offset, or compact beyond what the schema states.

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 names a precise verb ('Return') and resource (the seventy two names) with an exhaustive field list: three letters, divine name suffix, five-degree ecliptic arc, sign, and angelic choir. This field-level specificity clearly distinguishes it from siblings like get_kabbalah_names_number, get_kabbalah_letters, and get_kabbalah_ciphers without needing to open their schemas.

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 gives concrete use cases ('birth angel features, Shem HaMephorash reference pages') and an explicit invocation mode ('Pass a longitude to get the single name governing that degree'). It stops short of naming sibling alternatives or stating when not to use it, so exclusions are absent, but the context is clear enough for an agent to select it appropriately.

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

A4.2/5.0
Disambiguation4/5

Most tools are cleanly separated by resource and verb: collection/detail variants exist for letters and names, tree vs single sephirah is clear, and compute endpoints are distinct. The only meaningful overlap is post_kabbalah_gematria and post_kabbalah_name_profile, which both score a name across gematria ciphers and display candidate Hebrew spellings; the descriptions differentiate their outputs but an agent could easily select the wrong one.

Naming Consistency5/5

Every tool follows the same verb_kabbalah_resource pattern, with get_ for reference lookups and post_ for computations. snake_case is used throughout, and detail variants are marked consistently with _id or _number.

Tool Count5/5

Twelve tools is well within the ideal range and each tool covers a distinct area: catalogues, letters, names, sephirot/tree, daily Omer, and name calculations. The surface is broad enough to be useful without feeling inflated.

Completeness5/5

The API covers the core domain comprehensively: reference data for ciphers, letters, 72 names, sephirot/tree, dated Omer count, and the main name-scoring operations including compatibility. CRUD is not applicable for a read-only/compute server, and get_kabbalah_tree already provides collection-level sephirot data, so there are no obvious dead ends.

Resources