Skip to main content
Glama

Random Card

random_card
Read-onlyIdempotent

Get a random Yu-Gi-Oh! trading card game (TCG) card with full details including type, description, ATK/DEF, attribute, archetype, sets, and card prices.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

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

  1. Changed1 schema field changed
    • addedInput schema / examples
      Added value: +[
      +  {}
      +]
  2. First observed

TDQS

A4.2/5.0
Behavior4/5

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

Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, covering safety. The description adds value by specifying the returned details (type, ATK/DEF, prices, etc.), providing behavioral context beyond 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?

The description is a single, front-loaded sentence that efficiently conveys purpose, resource, and output details. No redundant information.

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?

Given the tool's simplicity (no parameters, no output schema), the description adequately covers the return content. It could mention that it returns exactly one random card, but the current text is sufficient for an agent to understand the tool's behavior.

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?

There are zero parameters, and schema coverage is 100% (trivially). The description adds meaning by describing what the tool returns, which is necessary since no output schema exists. Baseline 4 for zero parameters 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 action 'Get' and the resource 'a random Yu-Gi-Oh! TCG card', listing specific details returned. It distinguishes from sibling tools like 'get_card' (specific card) and 'search_cards' (search by criteria).

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 usage when a random card is wanted but does not explicitly state when to use alternatives or provide exclusion criteria. Sibling tool names are provided in context but no guidance in text.

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

A3.7/5.0
Disambiguation3/5

Many tools have distinct purposes, but the cluster of Pipeworx tools (ask_pipeworx, ask_pipeworx_beta, ask_pipeworx_grounded) are very similar, causing potential confusion. The memory tools (remember, recall, forget) also add some overlap.

Naming Consistency3/5

All tool names use lowercase with underscores, which is consistent. However, the similar Pipeworx tools have confusingly similar names (ask_pipeworx vs ask_pipeworx_grounded vs ask_pipeworx_beta), and the naming does not clearly distinguish their differences.

Tool Count2/5

With 34 tools, the set is too large for a server ostensibly focused on Yu-Gi-Oh! cards. The majority of tools are unrelated domain-agnostic data tools, making the count feel bloated and unfocused.

Completeness2/5

The Yu-Gi-Oh! card tools are limited to lookup and search, missing obvious operations like creating or updating cards. The unrelated data tools, while many, do not form a coherent set for a single purpose, leaving gaps in both directions.