Skip to main content
Glama
asterwise

Asterwise

Official

Personal Angel Number

asterwise_get_angel_number_personal
Read-onlyIdempotent

Calculate your personal angel number from your birth date using the Pythagorean Life Path method, with optional name personalization.

Instructions

Computes a personal angel number from a birth date using the Pythagorean Life Path as the base. Life Path 1-9 maps to the triple sequence (LP 4 → 444). Master numbers 11, 22, 33 map to 1111, 2222, 3333 respectively.

WORKFLOW: BEFORE: RECOMMENDED — asterwise_get_numerology_profile — confirm Life Path before calling. AFTER: None.

INPUT CONTRACT: date: Birth date in YYYY-MM-DD format. Example: '1994-03-31' name (optional): Person's name for personalisation.

DO NOT CONFUSE WITH: asterwise_get_angel_number_today — collective daily number from today's date, not birth date. asterwise_get_numerology_profile — full Pythagorean profile; this tool extracts only the Life Path → angel sequence mapping.

Full output and error contract: https://docs.asterwise.com/mcp/tools/get-angel-number-personal/

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
dateYesDate in YYYY-MM-DD format. Defaults to today when omitted.
nameNoPerson's name, used to personalise the angel number reading.
response_formatNoOutput format: 'markdown' (default) for a readable report, or 'json' for the raw structured payload.markdown

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes

Schema Changelog

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

  1. First observedv0.1.0

TDQS

A4.4/5.0
Behavior4/5

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

Annotations already declare readOnlyHint, idempotentHint, and destructiveHint, so the bar is lower. The description adds a linked 'Full output and error contract' and mentions a default behavior for date ('Defaults to today when omitted'), providing additional transparency beyond the annotations without contradicting them.

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?

Structured with clear headings (WORKFLOW, INPUT CONTRACT, DO NOT CONFUSE WITH) and a concise link to full docs. Each section is purposeful, though it repeats some schema-level parameter descriptions and includes a long sibling list in context; the description itself is efficient without fluff.

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

Completeness5/5

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

Provides the mapping logic, a recommended prerequisite, explicit disambiguation from nearest siblings, and a link to the full output/error contract. Since an output schema exists (per context), return values need not be explained. The description is complete enough for an agent to decide to call it and to anticipate its behavior.

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% (per context signals), so baseline is 3. The tool description repeats the date and name parameters with a concrete example for date, but does not add substantially new semantics beyond what the schema already provides. The response_format parameter is not mentioned in the main description, though it is covered in the schema.

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?

States a specific verb ('Computes') and resource ('personal angel number') with a clear method (Pythagorean Life Path). Explicitly distinguishes from siblings in the 'DO NOT CONFUSE WITH' section, naming asterwise_get_angel_number_today and asterwise_get_numerology_profile, so an agent can select it correctly without opening 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 Guidelines5/5

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

Provides a recommended prerequisite workflow ('BEFORE: RECOMMENDED — asterwise_get_numerology_profile — confirm Life Path before calling') and explicit alternatives to avoid confusion, covering when to use and when not to use this tool. This fully addresses the 'when vs alternatives' guidance.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/asterwise/asterwise-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server