Skip to main content
Glama
BrandKity

BrandKity MCP Server

Official
by BrandKity

update_kit

Update a brand kit's top-level settings including name, accent color, template, tagline, logo, cover image, and Pro+ white-label meta data like OG image and favicon.

Instructions

Update a kit's top-level settings like name, accent color, template, tagline, logo, cover image, or white-label meta/favicon (Pro+). For logo_url and cover_image_url, pass CDN URLs returned by upload_file or upload_asset. For og_image_url and custom_favicon_url, pass CDN URLs from upload_file.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
kit_idYesKit UUID
nameNoNew kit name
accent_colorNoNew accent color as hex
templateNoNew template
taglineNoNew tagline
logo_urlNoCDN URL for the kit header logo (from upload_file or upload_asset). Set to empty string to remove.
cover_image_urlNoCDN URL for the kit cover/hero image (from upload_file or upload_asset). Set to empty string to remove.
og_titleNo(Pro+) Custom page title used in browser tab and social sharing. Pass null to reset to kit name.
og_descriptionNo(Pro+) Custom meta description for search results and social sharing. Pass null to reset.
og_image_urlNo(Pro+) CDN URL for the custom social share / OG image (from upload_file). Set to empty string to remove.
custom_favicon_urlNo(Pro+) CDN URL for a custom browser tab favicon (from upload_file). Accepts ICO, PNG, or SVG. Set to empty string to remove.
Behavior5/5

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

No annotations exist, so the description fully details behavioral traits: how to pass CDN URLs from upload functions, how to remove images by setting empty strings, and how to reset Pro+ meta fields with null.

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 tightly packed sentences with no redundancy; front-loaded purpose followed by essential parameter usage notes.

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

Completeness5/5

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

Given 11 parameters with nuanced behaviors (Pro+ restrictions, null vs empty string), no output schema, the description provides sufficient context for correct invocation.

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?

Schema coverage is 100%, but the description adds critical context beyond schema, like sourcing CDN URLs from upload_file/upload_asset and the distinction between empty string removal and null reset for Pro+ fields.

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 'Update a kit's top-level settings' and lists specific fields (name, accent color, template, etc.), distinguishing it from sibling tools like create_kit and get_kit.

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?

The description implicitly indicates usage for updating existing kit settings, but does not explicitly contrast with sibling tools for block-level changes or provide when-not-to-use guidance.

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