Skip to main content
Glama

list_spreads

Read-onlyIdempotent

Каталог раскладов Таро: название, сколько карт, о чём расклад и адрес страницы. Разбор позиций и толкование выпавших карт — платная часть, здесь их нет.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
queryNoФильтр по теме: «любовь», «работа», «год».
localeNoЯзык ответа. По умолчанию ru.

TDQS

A3.5/5.0
Behavior3/5

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

Annotations already declare readOnlyHint=true and idempotentHint=true, so the safe read-only nature is established. The description adds that this is a catalog view with no paid content, clarifying the scope boundary. This is useful but doesn't go much beyond what annotations provide; it doesn't get into rate limits, auth, or failure modes.

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?

Two sentences: the first lists what's included, the second clarifies what's not. Concise and front-loaded with the core purpose. Could be slightly tightened but overall efficient.

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 simple, read-only listing tool with no required parameters, a short description suffices. The description explains the catalog contents and explicitly notes that detailed interpretations are a paid feature elsewhere. This covers the main use case without needing more elaboration.

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%, so both parameters are documented in the schema. The description mentions filtering by theme implicitly ('о чём расклад') and the query parameter examples ('любовь', 'работа', 'год') are in the schema. The description itself doesn't add parameter details beyond the schema, so baseline 3 is appropriate.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states this lists Tarot spreads with title, card count, theme, and page URL. It distinguishes this as a catalog-listing operation. However, it doesn't explicitly differentiate itself from sibling tools like get_card_meaning or list_decks, though the resource types differ.

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 a catalog-browsing use case and explicitly states what's NOT included (position breakdowns and card interpretations are paid). It doesn't name alternatives like list_decks or get_card_meaning, so usage guidance is implied rather than explicit.

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