Skip to main content
Glama

Dream Interpretation MCP Server by RoxyAPI

Get random dream symbols

get_dreams_symbols_random
Read-only

Discover random dream symbols and their interpretations for daily dream insights and exploration. Each request returns different symbols from the 2,000+ dream meaning database - perfect for dream of the day features, dream journaling prompts, meditation on subconscious themes, or exploring what different dreams mean. Get one or multiple random dream interpretations with full psychological meanings.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
countNoNumber of random symbols to return (1-10). Default: 1.
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.1/5.0
Behavior4/5

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

Annotations declare readOnlyHint=true and destructiveHint=false, so the safety profile is already known. The description adds useful behavioral context: each request returns different symbols from a 2,000+ database and includes full psychological meanings, going beyond what annotations state.

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 three sentences long and reasonably front-loaded with purpose. The use-case list in the second sentence is somewhat exhaustive, making it slightly less concise than it could be, but every sentence contributes value and it is not bloated.

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 simple random-selection tool with no required parameters and no output schema, the description covers what it returns (dream symbols with full meanings), the scope (2,000+ database), and typical uses. It lacks explicit return-shape details, but that is not critical given the simplicity and the presence of an input schema.

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%, with clear explanations of count and compact. The description adds no new parameter semantics—'one or multiple' merely echoes the count parameter's schema. Since the schema carries the full burden, baseline 3 is appropriate.

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 provides random dream symbols and interpretations, using strong verbs like 'Discover' and 'Get' tied to a specific resource. It is immediately distinguishable from siblings like get_dreams_symbols (specific listing) and get_dreams_symbols_id (single symbol) by emphasizing randomness.

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 clear use cases ('dream of the day features, dream journaling prompts, meditation on subconscious themes, or exploring what different dreams mean') but does not explicitly contrast with sibling tools like get_dreams_symbols. It implies when to use this tool but lacks alternative guidance.

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