Skip to main content
Glama

swu_generate_deck

Generate a first-pass Star Wars Unlimited deck around a theme. Build with owned cards only or allow off-aspect splashes, and adjust curve with target average cost.

Instructions

Generate a first-pass Star Wars Unlimited brew around a theme. Set only_owned=True to build only with cards in your loaded collection (quantities will be capped by ownership). By default the deck is restricted to on-aspect cards (the aspects granted by the two leaders plus the base); set allow_off_aspect=True to permit off-aspect splashes that cost extra resources. Set target_avg_cost to steer the curve (e.g. 2.5 for an aggressive low-curve deck, 3.5 for midrange); lower = cheaper and faster. When omitted, the format default is used.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
themeYes
budgetNo
base_nameNo
only_ownedNo
format_nameNopremier
leader_namesNo
meta_contextNo
primary_aspectsNo
target_avg_costNo
target_matchupsNo
allow_off_aspectNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

With no annotations provided, the description carries the burden and discloses several key behaviors: default on-aspect restriction, off-aspect cost implications, ownership quantity capping, and curve steering via target_avg_cost. It stops short of stating that the result is not guaranteed legal or final, but 'first-pass' implies this.

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 concise at four sentences, front-loads the core purpose, and then provides targeted parameter guidance without wasted words or repetition of schema details.

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 tool with 11 params and an output schema, it covers the most impactful behaviors and defaults, making it usable for its primary purpose. It does not explain every parameter or explicitly link to the output schema, but it is sufficiently complete given the complexity.

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 0%, so the description must compensate. It adds meaningful semantics for only_owned, allow_off_aspect, and target_avg_cost with concrete examples, but it leaves several parameters (budget, base_name, leader_names, primary_aspects, target_matchups, meta_context) unaddressed, leaving clear gaps.

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 'generate' with a clear resource 'deck' and a defined scope 'around a theme', immediately distinguishing it from siblings like validate, analyze, or suggest deck tools.

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?

It establishes a clear use case ('first-pass brew') and gives actionable guidance on when to set only_owned, allow_off_aspect, and target_avg_cost. However, it does not explicitly mention alternatives or exclusions when compared to other deck tools.

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

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/dreliq9/r2-d2'

If you have feedback or need assistance with the MCP directory API, please join our Discord server