Skip to main content
Glama

get_card_meaning

Read-onlyIdempotent

Значение карты Таро: ключевые слова, общий смысл, любовь, карьера, совет — в прямом и перевёрнутом положении. Работает для любой из колод Arcanika (у каждой своя школа значений). Это значение ОДНОЙ карты; разбор расклада из нескольких карт — платный продукт, см. start_reading.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
cardYesИмя или слаг карты: «Шут», «The Fool», «shut», «the-fool».
deckNoСлаг колоды (list_decks). По умолчанию базовая Уэйт-Смит.
localeNoЯзык ответа. По умолчанию ru.

TDQS

A4.5/5.0
Behavior4/5

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

Annotations already declare readOnlyHint, idempotentHint, and destructiveHint false, so the safety profile is clear. The description adds useful behavioral context: it works across all Arcanika decks with per-deck meaning variations, and returns multiple dimensions (love, career, advice, etc.) in both upright and reversed positions. No contradictions with annotations.

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?

Two concise sentences that front-load the core purpose and immediately clarify the single-card scope and pointer to start_reading for multi-card spreads. No filler or redundant information.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a read-only lookup tool with no output schema, the description adequately describes what the response will contain (meaning sections, upright/reversed, deck-specific) and clarifies constraints (one card only, paid multi-card alternative). It fully equips the agent for invocation.

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 coverage is 100% with detailed parameter descriptions (e.g., card name/slug formats, deck slug from list_decks, locale enum with defaults). The description repeats some of this (e.g., deck slug reference) but adds no significant new meaning beyond the schema, so a baseline score 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 returns the meaning of one Tarot card with specific sections (keywords, general, love, career, advice) in both upright and reversed positions. It explicitly distinguishes from the sibling 'start_reading' tool by stating it's for a single card, and from 'calculate_matrix' and 'calculate_pythagoras' by focusing on card meanings.

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?

Provides explicit guidance: works with any Arcanika deck, and directs users to 'start_reading' for multi-card readings (which is a paid product). Also references 'list_decks' for obtaining deck slugs, giving clear context on when to use this tool versus alternatives.

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: two calculation methods (matrix and Pythagoras), card meanings for two different systems (Tarot and Lenormand), and listing operations for decks, products, and spreads, plus a reading starter. No overlap or confusion.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern: calculate_matrix, calculate_pythagoras, get_card_meaning, get_lenormand_card, list_decks, list_products, list_spreads, start_reading. The verbs (calculate, get, list, start) are semantically appropriate, and the pattern is uniform.

Tool Count5/5

With 8 tools, the set is well-sized for the domain of esoteric calculations and card readings. It covers the core operations without being bloated or sparse.

Completeness5/5

The tool surface covers the main functionality: two calculation types, card meanings for two systems, listing of decks/products/spreads, and initiating a reading. No obvious gaps for the expected use cases.

Resources