Skip to main content
Glama

mythsensus-mcp

calculate_cosmic_score

Compute the Mythsensus Cosmic Score (1-999) for a birth date. Synthesises 26 ancient divination systems including BaZi, Vedic Jyotish, Western astrology, Nine Star Ki, Thai Seven Number, Mayan Tzolk'in, Norse Runes, and 19 others. Returns numeric score, tier (Common→Mythic), percentile, plus a 5-of-26 per-system consensus preview. Deterministic: same input always returns the same output.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
dayYesBirth day (1-31)
latNoBirth latitude (optional; default 13.75 = Bangkok)
lonNoBirth longitude (optional; default 100.5 = Bangkok)
hourNoBirth hour (0-23, optional — improves BaZi/Vedic/Western precision; default 12 noon)
langNoOutput language (optional; default th)
yearYesBirth year (4-digit, e.g. 1990)
monthYesBirth month (1-12)
minuteNoBirth minute (0-59, optional; default 0)
timezoneNoTimezone offset hours (optional; default +7)

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 disclosure. It clearly states the deterministic nature ('same input always returns the same output') and enumerates the return components (score, tier, percentile, consensus preview). It does not mention edge cases or error behavior, but given the predictable computational nature, this is adequate.

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 three sentences, front-loaded with the main purpose, and every sentence adds value—systems used, return structure, and determinism. No redundant or filler content.

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?

Given the tool's complexity (9 parameters, 26 systems, no output schema), the description adequately covers the output structure and key behavior. It does not explain the meaning of the score or tier, but the return format and determinism are clearly described, making it usable for an agent.

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 does not add parameter-specific meaning beyond the schema; it only restates the purpose (birth date). However, since all parameters are already documented in the schema, this is sufficient.

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 uses a specific verb ('Compute') and clearly identifies the resource ('Mythsensus Cosmic Score') with a range (1-999). It distinguishes the tool from siblings by detailing the unique synthesis of 26 divination systems and the specific output fields.

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 provides clear context for when to use the tool ('for a birth date') and mentions determinism, but it does not explicitly contrast with sibling tools like get_deep_reading or daily_blessing. This is a minor gap, as the purpose is specific enough to infer appropriate usage.

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.