Skip to main content
Glama
astroway

astroway-mcp

Official

RWS — Interpret a Hand

tarot_rider_waite_interpret
Read-onlyIdempotent

Interpret Rider-Waite tarot cards by submitting card slugs and a question to receive structured meanings and insights.

Instructions

Resolve a list of card slugs into structured meanings (use AI /interpret/* for full narrative).

[Group: Tarot — Rider-Waite-Smith]

Example request body: {"cards":["the-fool","the-magician"],"question":"Career change?"}

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
bodyYesRaw JSON body — see the example in the tool description for required fields
Behavior3/5

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

Annotations already indicate this is a safe, read-only operation. The description adds little beyond stating it resolves meanings, which is consistent but not further informative. No additional behaviors like rate limits or side effects are mentioned.

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 extremely concise: two sentences and an example, no redundant information. Every part contributes to understanding.

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 covers purpose, usage, and example, but lacks details on the output structure. Given the simple input and existence of annotations, this is a minor gap.

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?

The input schema only defines 'body' as a generic object, but the description provides a concrete example with 'cards' and 'question', filling the gap. However, it does not specify types, optionality, or accepted values, relying heavily on the example.

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 resolves card slugs into structured meanings with an example. It distinguishes itself from narrative interpretation by referencing AI /interpret/* tools, and the group tag clarifies the tarot system.

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?

The description tells the agent to use separate narrative tools for full stories, providing a clear alternative. However, it does not explicitly list sibling tools or specify when not to use this tool.

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/astroway/astroway-mcp'

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