Skip to main content
Glama

List card stacks

list-card-stacks
Read-onlyIdempotent

List all card stacks in a Foundry VTT world, showing decks, hands, and piles with their card counts.

Instructions

List the card decks, hands and piles of the world with their card counts.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
typeNoOnly this type

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv14.2609.4

TDQS

A4.3/5.0
Behavior4/5

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

Annotations already cover read-only, idempotent, and non-destructive behavior. The description adds useful output expectations by mentioning 'card counts' and enumerating the categories of stacks, going beyond the structured annotations without contradicting them.

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?

A single, front-loaded sentence contains the verb, resource, scope, and return detail. There is no filler or redundant restatement.

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 simple filtered-list tool, the description is complete: it states what is listed, the scope, and that card counts are included. The optional type filter and safety profile are already covered by the schema and annotations, so nothing needed to call it correctly is missing.

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 the optional 'type' parameter fully documented by its enum and 'Only this type' description. The tool description adds no additional parameter semantics, so the schema baseline of 3 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 uses a specific verb ('List') and names the exact resources ('card decks, hands and piles') with their scope ('of the world'). It clearly differentiates this listing tool from siblings like get-card-stack and create-card-deck.

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 broad 'list ... of the world' phrasing makes it clear this is the general enumeration tool, while the optional 'type' filter narrows to deck, hand, or pile. It does not explicitly name get-card-stack as the single-item alternative, but the listing context is unambiguous.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Deploy Server

Other Tools