Skip to main content
Glama

Set default brand kit

set_default_brand_kit

Make a brand kit the default for the user's active space, so social images, emails and PDFs render in it when no brand_kit_id is given.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
brand_kit_idYesA brand_kit_id from list_brand_kits.

Schema Changelog

Changes observed during successful MCP inspections.

  1. Added
  2. Removed
  3. Added

TDQS

A3.8/5.0
Behavior4/5

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

Annotations only say readOnlyHint=false, so the description usefully supplies behavior: the change applies to the user's active space and affects rendering when no explicit brand_kit_id is passed. It omits whether an existing default is overwritten and whether the change is reversible.

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?

One sentence, front-loaded with the action, then the effect. No filler or repetition of the title.

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 single-parameter mutation with no output schema, the description covers scope (active space) and downstream effect adequately. The main remaining gap is the absence of information about overwriting an existing default or required permissions.

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% and the schema already says 'A brand_kit_id from list_brand_kits.' The description mentions brand_kit_id only as the fallback condition, adding no new meaning about the argument itself, so the baseline 3 applies.

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?

States a specific verb+resource+scope: 'Make a brand kit the default for the user's active space.' The verb 'set default' is clearly distinct from sibling create_brand_kit / update_brand_kit / get_brand_kit, but no sibling is named explicitly, so differentiation is implicit rather than stated.

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?

It explains the consequence of calling it ('social images, emails and PDFs render in it when no brand_kit_id is given'), which implies why an agent would use it, but gives no explicit when-to-use vs when-not guidance or prerequisites (e.g. must the kit exist, does it replace a prior default).

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.