Skip to main content
Glama

Set the face of a colorway set

set_colorway_primary

Choose which variant of my set represents it in the catalog. Args: colorway_id, design_id.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
design_idYes
colorway_idYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
okNo
noteNo
errorNo
pitchNoDesigner-program pitch to relay to the user — present when is_partner is false.
primaryNo
colorway_idNo
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

C2.7/5.0
Behavior2/5

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

Annotations already declare readOnlyHint=false and idempotentHint=false, so the mutation/repeat-call profile is covered. The description adds no extra behavior context: it doesn't say what the previous primary becomes, whether the design must be a member of the set, or what authorization is required. With annotations doing the heavy lifting, the description contributes almost nothing beyond them.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Two short sentences with the purpose front-loaded and no filler. The trailing 'Args:' clause is somewhat wasted since it duplicates schema field names, but the overall length is appropriate.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

An output schema exists so return values need not be explained, but for a non-idempotent mutation with 0% parameter coverage and permissive annotations, the description is too thin. An agent is left guessing what design_id signifies and what preconditions hold, which is the main gap the description should fill.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 0% and both parameters are bare integers. The 'Args: colorway_id, design_id' line merely repeats parameter names already visible in the schema; it does not explain that design_id selects which design becomes the set's representative, nor what constraints apply to either id.

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?

The description states a concrete verb (choose) and resource (which variant of my set represents it in the catalog), which an agent can distinguish from siblings like designer_add_to_colorway or create_colorway. It loses a point because the terminology is loose ('variant', 'my set', 'face' in the title) and it never names the colorway/design relationship precisely.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

There is no when-to-use guidance, no prerequisites (e.g. must the design already belong to the colorway set?), and no mention of the alternative sibling tools such as designer_add_to_colorway. The agent must infer the call context entirely from the name.

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