Skip to main content
Glama

List my colorway sets

designer_colorways
Read-onlyIdempotent

My colorway sets: one catalog card per set instead of one per colour. No args.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
noteNo
setsNo
pitchNoDesigner-program pitch to relay to the user — present when is_partner is false.
is_partnerNo
how_to_joinNoHow to join the designer program — present when is_partner is false.

Schema Changelog

Changes observed during successful MCP inspections.

  1. Added

TDQS

A3.9/5.0
Behavior4/5

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

The readOnly/idempotent/closed-world safety profile is already carried by annotations, so no credit is due there. What the description adds beyond structured data is the result-shape nuance: results are grouped one card per set rather than one per colour, which tells the agent how to interpret cardinality before it ever opens the output schema.

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?

Two short sentences, front-loaded with the resource and then the behavioral nuance, then the no-argument note. Nothing padded, nothing that fails to earn its place.

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?

Annotations cover the safety profile and an output schema exists, so return values need not be described; the description covers the one thing the schema cannot convey (set-level grouping). Ordering, pagination, and empty-state behavior are left to the output schema, which is acceptable but leaves a small gap.

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, which sets the baseline at 4. The explicit 'No args.' reinforces that the agent should not invent filter arguments, though it adds nothing beyond the empty schema itself.

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?

Names the specific resource ('my colorway sets') and clarifies the aggregation unit ('one catalog card per set instead of one per colour'), which distinguishes it from the per-colour siblings like create_colorway and set_colorway_primary. The listing verb comes from the title rather than the description text, so it falls just short of fully self-contained clarity.

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 (retrieve your colorway sets) but never states when to reach for this versus designer_designs, list_collections, or the colorway mutation tools. For a zero-argument catalog listing tool the usage is largely self-evident, so implied guidance is defensible, but no explicit routing is offered.

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.

Resources