Skip to main content
Glama

Dream Interpretation MCP Server by RoxyAPI

Get daily dream symbol

post_dreams_daily
Read-only

Receive a single dream symbol for daily reflection and subconscious exploration. Uses seeded randomness so the same seed gets the same symbol on the same day, perfect for "Dream Symbol of the Day" features. Provide a seed (userId, email hash, session token) for reproducible consistency, or omit for date-based daily symbols. Returns the symbol with full psychological interpretation. Great for dream journal apps, wellness platforms, morning ritual apps, and meditation tools.

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.
seedNoOptional seed for reproducible readings. Same seed + same date = same symbol 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

A4.4/5.0
Behavior4/5

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

Annotations already mark the operation as read-only and non-destructive; description adds deterministic seeded randomness ('same seed gets the same symbol on the same day') and notes that it 'Returns the symbol with full psychological interpretation,' giving useful behavioral expectations.

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?

Five sentences, each providing distinct value: purpose, seeded randomness behavior, seed guidance, return contents, and use cases. The most critical information is front-loaded, with no filler or redundant explanations.

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?

For a read-only tool with no output schema, the description sufficiently explains the returned data (symbol plus interpretation), the deterministic behavior, and parameter usage. It is complete for an agent to select the tool and understand its output without needing additional context.

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 3 parameters with descriptions, but the tool description enriches seed semantics by suggesting concrete identifiers (userId, email hash, session token) and explains the date-based default behavior. The compact parameter is not addressed in the description, but the schema already documents it.

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?

Description opens with 'Receive a single dream symbol for daily reflection and subconscious exploration,' clearly specifying the output and use case. It distinguishes from sibling tools by focusing on a single daily symbol with seeded randomness, not on listing, ID lookup, letters, or random generation.

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?

Description identifies target use cases ('dream journal apps, wellness platforms, morning ritual apps, meditation tools') and explains when to provide a seed versus omit it, giving concrete context for daily symbol retrieval. However, it does not explicitly name alternative sibling tools for when not to use this one.

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

A4.2/5.0
Disambiguation5/5

Each tool has a clearly distinct purpose: browsing/searching symbols, fetching a specific symbol by ID, getting letter counts, retrieving random symbols, and getting a deterministic daily symbol. The slight similarity between random and daily is clarified by their descriptions (random vs seeded/date-based).

Naming Consistency4/5

The naming pattern is largely consistent with `get_dreams_symbols_*` for all lookup operations, and `post_dreams_daily` uses the same verb_noun style. The only minor inconsistency is the use of `_id` as a suffix rather than `_by_id` or similar, but it remains predictable.

Tool Count5/5

Five tools is well-scoped for a dream interpretation dictionary service. Each tool provides a distinct access pattern (search, detail, index, random, daily) without unnecessary redundancy.

Completeness5/5

The tool surface covers all typical read-only dictionary operations: browse/search, get by ID, alphabetical navigation, random access, and a daily featured symbol. No obvious gaps exist for the stated purpose of exploring dream meanings.

Resources