Skip to main content
Glama

Numerology MCP Server by RoxyAPI

Calculate Life Path number - Most important numerology calculation

post_numerology_life_path
Read-only

Calculate your Life Path number from your birth date using Pythagorean numerology. This is the most significant number in your numerology chart, revealing your life purpose, natural talents, and destiny path. Automatically detects Master Numbers (11, 22, 33) and Karmic Debt numbers (13, 14, 16, 19). Returns comprehensive interpretation including personality traits, strengths, challenges, career guidance, relationship compatibility, and spiritual insights. Perfect for numerology apps, birth chart calculators, life purpose discovery tools, personal development platforms, and astrology services. Get detailed 300-500 word meanings for all numbers 1-9, 11, 22, and 33.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
dayYesBirth day (1-31)
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
yearYesBirth year between 100 and 2100. Supports historical figures like Einstein (1879) and Shakespeare (1564).
monthYesBirth month (1-12)
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.

TDQS

B3.3/5.0
Behavior4/5

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

Beyond the readOnlyHint and non-destructiveHint annotations, the description adds valuable behavioral context by disclosing automatic detection of Master Numbers and Karmic Debt numbers, and confirming the output includes detailed 300-500 word interpretations with categories. This meaningfully expands on what the schema alone does not reveal about the tool's behavior.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness3/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is informative but somewhat overstuffed with promotional and generic use-case language, such as 'Perfect for numerology apps' and 'most significant.' The first sentence is clear and front-loaded, but the second half is more marketing-driven than instruction-driven. While not excessively long, it could be tightened to focus solely on the calculation and output.

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

Completeness3/5

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

The description offers a good high-level outline of the output, including the types of interpretation and typical length, which is helpful because there is no output schema. However, it does not specify the exact response structure, field names, or how the compact parameter affects the result shape. Given the five-parameter surface and no output schema, a little more concrete detail on return format would make it fully complete.

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 input schema has 100% description coverage for all five parameters, including clear ranges, examples, and defaults. The description does not need to repeat these details, and it accurately references the core birth-date inputs. There is no added semantic information about parameters beyond the schema, so the baseline of 3 is appropriate.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool calculates the Life Path number from a birth date using Pythagorean numerology, which is a specific verb plus resource. It also adds meaningful context about output content and special number detection. However, it does not explicitly differentiate itself from the many sibling numerology tools, such as post_numerology_karmic_debt or post_numerology_compatibility, even though it mentions those topics.

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

Usage Guidelines2/5

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

The description implies the tool is for general Life Path readings, but gives no explicit guidance on when to choose this tool over siblings like post_numerology_karmic_debt or post_numerology_compatibility. Mentioning relationship compatibility and Karmic Debt numbers in this description could actually mislead an agent into selecting the wrong, more specialized tool.

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

A3.9/5.0
Disambiguation4/5

Each tool targets a specific numerology calculation or lookup, and descriptions make the intended resource clear. A few tools have possible overlap—such as post_numerology_daily vs. post_numerology_personal_day and post_numerology_business_name vs. post_numerology_chaldean—but the distinctions are recoverable from context.

Naming Consistency5/5

Tool names follow a consistent pattern: get_numerology_* for lookups and post_numerology_* for calculations, all using snake_case. This makes both the operation type and the resource target predictable across the whole server.

Tool Count3/5

20 tools is on the heavy side for a single numerology server, and some tools such as post_numerology_chart and get_numerology_meanings_number overlap with or aggregate the results of individual calculation endpoints. The count is not unreasonable for a broad numerology API, but it stretches into a large surface area for an agent to navigate.

Completeness5/5

The server covers the major numerology surface well: core core numbers, personal cycles, karmic calculations, compatibility, Chaldean/Pythagorean variants, business name analysis, and a comprehensive chart endpoint. Only very niche numerology features are absent, so the tool set can serve end-to-end yoga use cases without obvious dead ends.

Resources