Skip to main content
Glama
asterwise

Asterwise

Official

Number Meaning

asterwise_get_number_meaning
Read-onlyIdempotent

Interpret any number from 1 to 9 or master numbers 11, 22, 33 by retrieving its numerology meaning, keywords, and extended fields. Choose markdown or JSON output.

Instructions

Returns dictionary-style numerology copy for a single integer, including interpretation, keywords, and stubbed extended fields.

WORKFLOW: BEFORE: None — standalone. AFTER: None.

INPUT CONTRACT: number must pass local guard: inclusive range one through thirty-three; values outside that band raise MCP INVALID_PARAMS before the HTTP call.

DO NOT CONFUSE WITH: asterwise_get_numerology_profile — computes personal numbers from name and date, not a static dictionary row. asterwise_get_lucky_numbers — personalised lucky list, not reference meanings.

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

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
numberYesNumber to interpret: 1-9, or a master number 11, 22 or 33.
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.5/5.0
Behavior4/5

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

Annotations already cover read-only, idempotent, and non-destructive behavior. The description adds useful context by stating it is standalone and provides a link to the full output and error contract, supplementing the annotations with additional behavioral clarity.

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 into clear sections (WORKFLOW, INPUT CONTRACT, DO NOT CONFUSE WITH) and includes a link to full documentation. While it repeats some schema information (e.g., number range, response_format), the repetition is minimal and serves to reinforce key constraints without excessive verbosity.

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 that an output schema is present, the description does not need to explain return values. It provides sufficient context: the purpose, input constraints, differentiation from siblings, and a reference to the full contract. This is complete enough for an agent to decide when and how to invoke the tool.

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 coverage is 100%, so the baseline is 3. The description adds value by specifying the exact inclusive range (1-33) and the error condition (INVALID_PARAMS) for the number parameter, and clarifies the meaning of the response_format enum, going beyond the schema descriptions.

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 clearly states the tool returns dictionary-style numerology copy for a single integer, including interpretation and keywords. It explicitly distinguishes itself from similar sibling tools (asterwise_get_numerology_profile and asterwise_get_lucky_numbers) in the 'DO NOT CONFUSE WITH' section, making its unique purpose unambiguous.

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?

The description provides explicit guidance on when not to use this tool by naming the alternatives and their differences. It also outlines the input contract (inclusive range 1-33 and error behavior) and mentions output format options, giving clear instructions for correct invocation.

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