Skip to main content
Glama
BrandKity

BrandKity MCP Server

Official
by BrandKity

create_kit

Create a brand kit by providing a name and accent color. Returns the kit ID needed for adding blocks and uploading assets.

Instructions

Create a new brand kit. Returns the kit ID needed for subsequent operations like adding blocks and uploading assets.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYesThe brand's name, e.g. 'Acme Corp'
accent_colorYesPrimary brand color as hex, e.g. '#E55B00'
templateNoPortal template. Default: 'minimal'
taglineNoShort subtitle shown in the portal header, e.g. 'Modern solutions for modern businesses'
Behavior2/5

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

No annotations are provided, so the description carries full burden. It only mentions creation and return value, lacking disclosure on side effects, defaults, idempotency, or prerequisites beyond the parameter 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?

A single, front-loaded sentence that wastes no words—every phrase adds value, explaining both the action and the purpose of the return value.

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?

With no output schema, the description explicitly states the return value (kit ID) and hints at its role in future operations. Could be improved by noting defaults (e.g., template default 'minimal' is in schema but not description) or creation behavior (is it immediately usable?).

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?

The input schema already provides detailed descriptions for all 4 parameters (100% coverage), so the description adds limited extra meaning beyond noting the return value's purpose.

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 clearly states the action 'Create a new brand kit' and specifies the returned value (kit ID) needed for subsequent operations, distinguishing it from update or list tools among siblings.

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 use when creating a new kit and notes the returned ID is needed for further steps, but does not provide explicit when-not-to-use or alternative 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/BrandKity/mcp-server'

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