Skip to main content
Glama

Dream Interpretation MCP Server by RoxyAPI

List and search dream symbols

get_dreams_symbols
Read-only

Browse and search our complete dream interpretation dictionary containing 2,000+ dream symbols with psychological meanings. Find dream meanings for animals (snake dreams, spider dreams, dog dreams), common scenarios (falling dreams, flying dreams, being chased, drowning), people (dreams about mother, father, baby, ex), objects (car, house, water, fire), emotions (fear, anxiety, love), body parts (teeth falling out, hair, eyes), colors, numbers, and abstract concepts. Filter by starting letter for A-Z navigation or search by keyword to find what your dreams mean.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
qNoSearch query to match against symbol names and meanings. Case-insensitive.
limitNoMaximum items to return per page. Range: 1-50, default 20.
letterNoFilter symbols by starting letter (a-z). Case-insensitive.
offsetNoNumber of items to skip for pagination. Default 0.
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.9/5.0
Behavior4/5

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

Annotations already provide readOnlyHint=true and destructiveHint=false, so the agent knows this is a safe read operation. The description adds meaningful context about the content scope (2,000+ symbols, categories like animals, scenarios, people) and the search/filter behaviors, which helps set expectations beyond the annotations. It does not discuss pagination or response format, but for a read-only list tool, that is acceptable given annotation coverage.

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 front-loaded with the primary purpose and then provides illustrative examples that add context. It is somewhat lengthy (about 60 words) but well-organized, and each sentence serves a purpose—listing categories and usage modes. It is efficient without being terse or redundant.

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 read-only list/search tool with 5 fully documented parameters and no output schema, the description adequately covers the domain and usage context. It does not detail pagination or response shape, but the schema covers those parameters, and the examples give a good sense of what the tool returns. The description is complete enough for an agent to select and invoke the tool correctly.

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 each parameter (q, limit, letter, offset, compact) fully documented in the schema. The description mentions 'q' and 'letter' but adds no new meaning; it simply restates 'search by keyword' and 'Filter by starting letter.' Since the schema carries the parameter documentation, the baseline of 3 applies.

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's function with specific verbs: 'Browse and search our complete dream interpretation dictionary containing 2,000+ dream symbols.' It explicitly describes filtering by letter and searching by keyword, and the resource (dream symbols) is unambiguous. It naturally distinguishes from siblings like get_dreams_symbols_id (single symbol) and get_dreams_symbols_random (random symbol) by emphasizing the complete dictionary and list/search capabilities.

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 implies usage: 'Filter by starting letter for A-Z navigation or search by keyword' tells the user when to use this tool for browsing/searching. However, it does not explicitly mention alternatives or exclusions (e.g., 'for a specific symbol, use get_dreams_symbols_id'). There is no direct when/when-not guidance, so the recommendation is only implied.

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