Skip to main content
Glama
asterwise

Asterwise

Official

Dream Symbol

asterwise_get_dream_symbol
Read-onlyIdempotent

Look up a dream symbol by name or slug to receive its Jungian archetype, Vedic meaning, context variants, and related symbols.

Instructions

Lookup a specific dream symbol by slug or name (case-insensitive). Returns full dual-tradition interpretation including Jungian archetype, Vedic dream meaning with auspiciousness, context variants, and related symbols.

WORKFLOW: BEFORE: None — standalone. AFTER: None.

INPUT CONTRACT: name: Symbol slug or display name. Examples: 'snake', 'eagle', 'childhood-home', 'lotus', 'black-dog'

DO NOT CONFUSE WITH: asterwise_get_dream_symbols — full database listing with optional category filter.

Full output and error contract: https://docs.asterwise.com/mcp/tools/get-dream-symbol/

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYesPerson's full name as commonly written; letters are converted to numerology values.
response_formatNoOutput format: 'markdown' (default) for a readable report, or 'json' for the raw structured payload.markdown

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv0.1.0

TDQS

A4.3/5.0
Behavior4/5

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

Annotations already declare readOnly, idempotent, and non-destructive behavior. The description adds useful behavioral details such as case-insensitive lookup, standalone execution, and the dual-tradition output, which go beyond the annotations without contradicting them.

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

Conciseness5/5

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

The description is well-structured with clear sections for workflow, input contract, and sibling-tool distinction. It stays concise while front-loading the core purpose, and the documentation link avoids unnecessary verbosity.

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?

The description provides workflow context, example inputs, a contrast with the sibling tool, and a link to the full output/error contract. It lacks explicit output field details here, but the documentation link and output-schema indication make it sufficient for this read-only lookup.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The input schema's description for 'name' is semantically wrong, describing a person's full name for numerology instead of a dream symbol slug or display name. The surrounding INPUT CONTRACT and examples partially correct this, and response_format is well described, but one of the two parameters is actively misleading.

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 opens with a specific verb ('Lookup'), a specific resource ('dream symbol'), and a clear scope ('by slug or name, case-insensitive'). It also explicitly distinguishes itself from asterwise_get_dream_symbols, making its purpose unambiguous.

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

Usage Guidelines5/5

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

The 'DO NOT CONFUSE WITH' note directly tells the agent when to use this tool versus the full listing tool, and the WORKFLOW section states it is standalone with no prerequisites. Example inputs further clarify the expected name values.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/asterwise/asterwise-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server