Skip to main content
Glama
BrandKity

BrandKity MCP Server

Official
by BrandKity

update_kit

Update a brand kit's name, accent color, template, tagline, logo, cover image, or white-label meta/favicon. Pass CDN URLs for images from upload_file or upload_asset.

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.
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 mentions some behaviors (removing by empty string, Pro+ requirements), but does not disclose auth needs, rate limits, side effects on unchanged parameters, or error conditions. Partial disclosure.

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?

The description is a single, well-structured paragraph with two sentences. It is front-loaded with the main purpose and each sentence adds necessary detail without redundancy.

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

Completeness3/5

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

Given the complexity (11 params, no output schema, no annotations), the description provides an overview and key parameter details. However, it lacks information on return values, error handling, and restrictions for non-Pro+ plans, leaving gaps for complete understanding.

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 valuable context beyond the schema: it explains the source of CDN URLs (upload_file/upload_asset) and the reset behavior for Pro+ parameters (pass null). This enriches parameter understanding.

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 verb 'Update' and resource 'kit's top-level settings', listing examples like name, accent color, template. This distinguishes it from sibling tools like publish_kit or add_block.

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?

The description gives some specific usage hints (e.g., passing CDN URLs for images, setting empty string to remove), but does not explicitly state when to use this tool over alternatives like create_kit or update_block. No exclusion criteria.

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