Skip to main content
Glama

Dream Interpretation MCP Server by RoxyAPI

Get dream symbol details

get_dreams_symbols_id
Read-only

Get the complete dream interpretation for a specific symbol. Understand what your dream means with detailed psychological analysis covering subconscious symbolism, emotional significance, and connections to your waking life. Covers all major dream themes: snake dreams (hidden fears, transformation), falling dreams (loss of control, anxiety), water dreams (emotions, cleansing), death dreams (endings, transformation), teeth falling out (self-image, communication anxiety), being chased (avoidance, confronting fears), flying dreams (freedom, ambition), and thousands more dream meanings.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesUnique symbol identifier in kebab-case (e.g., "snake", "being-chased", "teeth-falling-out").
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.8/5.0
Behavior4/5

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

Annotations already mark this as read-only and non-destructive, so the safety profile is covered. The description adds contextual value by describing the nature of the output (detailed psychological analysis covering subconscious symbolism, emotional significance, waking-life connections), which goes beyond what annotations provide. No contradiction.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness3/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is somewhat verbose, with a long enumerative list of dream themes. It does front-load the core purpose ('Get the complete dream interpretation') but the extended catalog of examples makes it less crisp than it could be. Not wasteful, but could be more compact.

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?

With no output schema, the description conveys what the response will contain (psychological analysis, specific dream themes). It doesn't explicitly describe the compact parameter's effect on the response, but that is already covered by the schema. Overall, it provides a sufficient picture for a simple read-only tool.

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?

The input schema fully documents both parameters (id and compact) with descriptions and examples, so schema coverage is 100%. The description adds no additional parameter semantics, so the 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 this tool gets the complete dream interpretation for a specific symbol, using a specific verb and resource. It distinguishes from siblings by emphasizing 'specific symbol' rather than random or letters, so the agent knows it's a by-ID lookup.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description does not explicitly explain when to use this tool versus alternatives like listing all symbols or getting a random symbol. The phrase 'specific symbol' implies you already have an ID, but there is no direct guidance on alternatives or exclusions.

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