Skip to main content
Glama

Numerology MCP Server by RoxyAPI

Calculate Bridge Numbers - Harmonize different aspects of personality

post_numerology_bridge
Read-only

Calculate three Bridge Numbers that reveal the adjustments needed to create harmony between different aspects of your numerology profile. Bridge Numbers are the absolute difference between pairs of core numbers: Life Path and Expression, Expression and Personality, Expression and Soul Urge. A Bridge of 0 means the two aspects are already aligned. Higher bridges (1 to 8) indicate greater tension and provide specific guidance on what changes to make. Bridge Numbers are essential for personal development, coaching applications, self-improvement platforms, and AI-powered personality analysis tools. Requires both a full birth name and birth date to calculate all four core numbers (Life Path, Expression, Soul Urge, Personality) internally before deriving the bridges.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
dayYesBirth day (1 to 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. Used to calculate the Life Path number via Pythagorean reduction.
monthYesBirth month (1 to 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.
fullNameYesFull legal birth name as it appears on the birth certificate. Used to calculate Expression, Soul Urge, and Personality numbers. Include first, middle, and last names separated by spaces.

TDQS

A4/5.0
Behavior4/5

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

Annotations already flag readOnlyHint=true and destructiveHint=false, so the safety bar is lower. The description adds genuine behaviorial value beyond the annotations by explaining the internal computation steps, the 0–8 meaning (0 aligned, higher=friction) and the need for four internally derived core numbers.

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 material is front-loaded with the outcome and the pair list, followed by the interpretation stretched. The trailing sentence reiterates the both-inputs requirement and implies the internal calculation of all four core numbers, which mildly restates earlier content; the sentence about clearly 'portant for personal development / coaching applications' is contextual noise. Still, overall condense and well-organized.

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?

With no output schema present, the description must do more to tell the agent what to expect back. It interprets the return values well (0=aligned, higher=tension) and gives the three exact outputs; however it remains silent on the response shape (e.g., an object vs a list, whether guidance text is included). Moderately complex to agent, this is a notable residue but not a blocking gap.

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 of 3 applies; each parameter is already explained well within the schema (e.g., name→Calculates Expression/Soul/Urge, spirit; year→Pythagorean Life Path). The description only adds the redundant note about needing both name and date, which is useful but does not materially enrich the parameter semantics.

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 states the exact verb (calculate), resource (three Bridge Numbers), and outcome (harmony between aspects), and names the three pairs: Life Path–Expression, Expression–Personality, Expression–Soul Urge. This stands apart from sibling tools like post_numerology_expression or post_numerology_compatibility by making clear it aggregates internicians, the role of the pairs clarifies the distinct function.

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 clear invocation context – use when career need to harmonize differing personality aspects – and states an explicit prerequisite (both full name and birth date must be present). It does not explicitly enumerate which sibling tools cover the alternative, single core-number, use case, so no firm exclusions, leaving a minor gap.

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