Skip to main content
Glama
asterwise

Asterwise

Official

Personal Year

asterwise_get_personal_year
Read-onlyIdempotent

Find your Personal Year number and theme for the current calendar cycle by providing your name and birth date.

Instructions

Looks up the Personal Year theme for the current calendar cycle from a name and birth date using only month and day inputs server-side.

WORKFLOW: BEFORE: RECOMMENDED — asterwise_get_numerology_profile — see other core numbers first. AFTER: None.

INPUT CONTRACT: Only name and date are submitted; the active calendar year is chosen upstream automatically.

DO NOT CONFUSE WITH: asterwise_get_numerology_profile — personal_year field there is null; this endpoint supplies the annual theme. asterwise_get_varshaphal — Vedic solar return, not Pythagorean Personal Year.

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

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
dateYesDate in YYYY-MM-DD format. Defaults to today when omitted.
nameYesPerson's full name as commonly written; letters are converted to numerology values.
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.3/5.0
Behavior4/5

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

Annotations already declare readOnlyHint, idempotentHint, and destructiveHint false, and the description reinforces this by saying 'Looks up' and 'server-side'. It does not mention rate limits or auth, but the key non-mutating nature is well covered by both annotations and description.

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 description is structured with clear WORKFLOW, INPUT CONTRACT, and DO NOT CONFUSE WITH sections. It is slightly verbose and repeats some information, but the organization aids scanning and no sentence is purely filler.

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 there is an output schema (true), the description does not need to detail return fields. It explains the input contract, the auto-selected year, the output format options, and relationship to related tools, making it sufficiently complete for correct invocation.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema covers all three parameters with descriptions. The description adds useful semantics: name letters are converted to numerology values, date defaults to today, response_format has markdown/json options, and only month/day are used for the calculation. Minor ambiguity remains about whether the full date year is ignored, but overall extra context is provided.

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 ('Looks up') and a clear resource ('Personal Year theme'), and explicitly distinguishes itself from sibling tools like asterwise_get_numerology_profile and asterwise_get_varshaphal. The purpose is immediately unambiguous.

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?

Provides a recommended workflow ('BEFORE: RECOMMENDED — asterwise_get_numerology_profile'), clarifies it uses the current calendar cycle, and notes it is not a Vedic varshaphal. It implies when to use it but does not explicitly state all exclusion cases, though the DO NOT CONFUSE WITH section covers the most likely alternatives.

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