Skip to main content
Glama

start_reading

Read-onlyIdempotent

Ссылка на интерактивный расклад Таро на сайте Arcanika: карты тянутся и толкуются в продукте. Инструмент НЕ возвращает толкование — разбор расклада это платная часть сервиса; он возвращает адрес, по которому человек сделает расклад сам.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
localeNoЯзык ответа. По умолчанию ru.
spreadNoНазвание или слаг расклада (list_spreads). Не указан — каталог.

TDQS

A4.4/5.0
Behavior4/5

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

The annotations already declare readOnlyHint=true and destructiveHint=false, so the agent knows this is a safe read operation. The description transparently discloses that the tool does not return the reading itself but only a link, which is a key behavioral aspect. It mentions that the interpretation is part of the paid service, which sets expectations. However, it doesn't detail rate limits, authentication, or what happens if spread is invalid, though such details are not required given the tool's simplicity.

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 a concise two-sentence block. It front-loads the core function (link to interactive spread) and efficiently explains the critical limitation (does not return interpretations). No word is wasted, and the em-dash style adds clarity. It earns a 5 for its structure and economy.

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 tool with full schema coverage and no output schema, the description is complete. It clearly states the tool's output (a URL) and the paid-nature context. It doesn't mention error cases or locale handling, but these are minor. Given the tool's simplicity and the support from annotations and schema, the description is sufficiently complete. A 4 is appropriate, slightly above average due to the clear scope restriction.

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 schema already covers 100% of the parameters with descriptions, providing a baseline of 3. The description adds context that the 'spread' parameter refers to a title or slug from list_spreads and that omitting it leads to a catalog, which goes slightly beyond the schema. The description text repeats the schema info but doesn't add parameter-specific semantics. Given full schema coverage, the description's implicit reference to list_spreads adds a bit more.

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 purpose: it provides a link to an interactive Tarot spread on Arcanika. It explains that cards are drawn and interpreted within the product, not returned by the tool. This distinguishes it clearly from tool functions that would return interpretations, distinguishing it from siblings.

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 explains what the tool does NOT do (does not return interpretations) and what it does (returns a URL for the user to perform the spread). It gives context that the interpretation is the paid part of the service. It doesn't explicitly name sibling alternatives, but the list of siblings (like get_card_meaning, list_spreads) provides alternatives; the description's clarification of scope is helpful. The guidance could be stronger by naming a specific alternative tool to use instead of asking for a reading.

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