Skip to main content
Glama

Angel Numbers MCP Server by RoxyAPI

Daily Angel Number

post_angel_numbers_daily
Read-only

Get the angel number of the day with full meaning and interpretation. Returns a deterministic angel number based on the current date (or a provided seed date), ensuring all users see the same number for any given day. Includes complete spiritual, love, career, money, and twin flame interpretations plus a biblical perspective and a shadow reading. Perfect for daily guidance features, push notifications, content generation, and angel number widget integrations.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
dateNoDate for the reading in YYYY-MM-DD format. Defaults to today (UTC). Useful for viewing past daily readings or pre-generating future ones.
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
seedNoOptional seed for reproducible readings. Same seed + same date = same angel number every time. Pass any unique identifier (userId, email hash, session token). Omit for anonymous daily readings.
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

A3.6/5.0
Behavior3/5

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

The annotations already use readOnlyHint=true and destructiveHint=false, so the agent knows this is a safe read operation from the annotations themselves. The description adds a useful guarantee about determinism ('deterministic angel number based on the current date ... all users see the same number for any given day') but does not go deeper into limitations, fallbacks, or rate/error behaviors. The description does not contradict the annotations.

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 leads with a specific one-line description and then lists the content scope and use cases. It's concise, but there's a bit of redundancy: 'full meaning and interpretation' is followed by 'Includes complete spiritual... interpretations' and 'provides a spiritual, love, career, etc.' The paragraph is still front-loaded and useful overall.

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?

For a tool with zero required parameters and 100% schema coverage, the description gives solid operational context: determinism, many content domains, and example crashed. The missing piece is a statement about what the output JSON looks like, but since there is no output schema, the description's enumerization of interpretation categories is the main thing an agent needs to decide whether this tool covers the requested domain.

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 descriptions already contain 100% of what an agent needs for the four parameters, including defaults, languages, expected blocks, and the meaning of `seed`. The description itself adds no extra parameter-level nuance, and its phrase 'seed date' is slightly ambiguous because the actual `seed` parameter is a unique identifier, not a date. That ambiguity does not material effect because the schema is spelling out clearly.

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's purpose with a specific result: 'Get the angel number of the day with full interpretation', and blocks the deterministic date-based behavior that sets it apart from the sibling lookup tools. It doesn't mention the sibling tools by name, but the 'daily, date-based, deterministic' framing gives enough orientation to a selecting agent.

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 provides concrete, useful use cases: 'daily guidance features, push notifications, content generation, and angel number widget integrations.' This gives an agent a good sense of when choosing this tool, but it does not state when to avoid it or use one of the sibling tools instead, so it stops short of a 5.

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

The tools broadly cover distinct use cases: listing the database, analyzing arbitrary number sequences, retrieving detailed known-number interpretations, and getting a daily number. The closest overlap is between get_angel_numbers_lookup and get_angel_numbers_number, but their descriptions make the intended boundary clear enough.

Naming Consistency3/5

All tools share the clunky angel_numbers domain prefix, but the action pattern is inconsistent: most use get_, while post_angel_numbers_daily breaks the pattern, and get_angel_numbers_number is awkwardly redundant. The naming is readable but not disciplined.

Tool Count5/5

Four tools is a well-scoped size for a read-only reference API. Each tool fills a distinct role for listing, lookup, detail, and daily content without unnecessary overlap or bloat.

Completeness5/5

For a static spiritual-reference data source, this is a complete read surface: you can browse all known numbers, interpret any arbitrary sequence, get deep meaning for known numbers, and obtain deterministic date-based content. There are no obvious missing workflows.

Resources