Skip to main content
Glama

mythsensus-mcp

get_deity_lore

Look up an encyclopedic profile of any of 1,044 deities across 9 mythologies — Hinduism, Greek, Chinese, Norse, Shinto, Egyptian, Roman, Thai mythology & Thai Buddhism (e.g. Ganesha, Zeus, Odin, Amaterasu, Anubis, Guan Yin, Phra Phrom). Returns origin tradition, the deity's rarity tier, and full lore in English + Thai. Use whenever a user asks "who is X?", "tell me about the god/goddess X", the myth or symbolism of a deity, or about a pantheon.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
langNoOutput language (optional; omit to get BOTH English and Thai).
deityYesDeity name or partial (e.g. "Ganesha", "amaterasu", "thor"). Case-insensitive; partial matches return candidates.

TDQS

A4.2/5.0
Behavior4/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It clearly states the output contents (origin tradition, rarity tier, full lore) and language behavior (English + Thai, with 'omit to get both' implied). It does not mention partial-match fallback or error handling, but the schema covers partial matches, so this is acceptable for a read-only lookup tool.

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 two well-structured sentences: the first defines the tool's purpose and output, the second provides concrete use-case triggers. It is front-loaded with the core purpose, includes valuable examples, and contains no filler or redundant statements.

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?

Despite lacking an output schema and annotations, the description sufficiently explains the return values (origin, rarity, lore), language options, and scope (1,044 deities, 9 mythologies). It also gives clear usage triggers. Minor gaps exist around not-found behavior, but the schema's partial-match handling mitigates this. Overall, the description is complete enough for an agent to confidently invoke the 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?

Schema description coverage is 100%, so the baseline is 3. The description adds some value by listing example deity names and enumerating the mythologies, which gives context for choosing the deity parameter, but it does not go beyond the schema's own descriptions for 'lang' or 'deity'. It reinforces but does not substantially extend parameter meaning.

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 ('Look up an encyclopedic profile') and a precise resource ('1,044 deities across 9 mythologies'), immediately distinguishing it from sibling tools like calculate_cosmic_score or daily_blessing. It also provides concrete deity name examples (Ganesha, Zeus, Odin) and clearly states the returned content (origin, rarity, lore).

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 explicitly lists trigger phrases ('who is X?', 'tell me about the god/goddess X', myth or symbolism, pantheon) making the when-to-use very clear. It does not name alternative tools for similar queries, but the sibling tools are sufficiently distinct that no exclusions are necessary. This meets the 'clear context, no exclusions' level.

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.1/5.0
Disambiguation5/5

Each tool targets a distinct resource or action: engine metadata, score calculation, daily draw, system-specific reading, deity lore, system rules, and system list. No two tools overlap in purpose, and descriptions clearly delineate boundaries.

Naming Consistency4/5

The majority of tools follow a clear verb_noun pattern (calculate_, get_, list_), but two deviate: 'about_mythsensus_engine' uses a preposition and 'daily_blessing' is an adjective_noun phrase. This minor inconsistency is easy to parse but breaks the otherwise uniform convention.

Tool Count5/5

Seven tools is well within the ideal 3-15 range and each covers a meaningful aspect of the divination domain without redundancy. The count feels appropriately scoped for the server's purpose.

Completeness5/5

The tool surface covers the full user journey: list systems, query rules, calculate score, get deep readings, look up deities, and draw daily blessings, plus engine transparency. There are no obvious gaps or dead ends; the domain appears fully served.