Skip to main content
Glama
Brand-System

@brandsystem/mcp

Official

brand_brandcode_sync

Synchronize a local .brand/ directory with Brandcode Studio. Pull the latest from Studio or push local updates to Studio.

Instructions

Sync local .brand/ with a connected Brandcode Studio brand. Two directions: "pull" (default) fetches the latest from Studio, delta-aware via syncToken. "push" uploads local changes to Studio (requires auth via brand_brandcode_auth). Requires a prior brand_brandcode_connect. Use when the user says "sync brand", "push to Studio", "pull latest brand", or "update Studio". Returns sync mode, changed areas, and sync token. NOT for initial connection — use brand_brandcode_connect. NOT for checking status — use brand_brandcode_status.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
directionNo"pull" (default) fetches the latest from Studio. "push" uploads local .brand/ to Studio (requires auth).pull
share_tokenNoShare token for protected brands (only needed for pull)
Behavior4/5

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

With no annotations, the description fully carries behavioral disclosure. It explains direction defaults, delta-awareness via syncToken, return values (sync mode, changed areas, sync token), and auth needs for push. Lacks explicit mention of potential overwrite or conflict resolution but is otherwise transparent.

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?

Three sentences, no waste. Front-loads main purpose, then efficiently covers directions, prerequisites, usage triggers, and return values. Every sentence earns its place.

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?

Given 2 fully-described parameters, no output schema, and no annotations, the description adequately covers purpose, usage, prerequisites, and return summary. Could detail return structure more, but sufficient for agent 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 has 100% description coverage, baseline 3. Description adds extra context: direction default, auth requirement for push, and share_token only needed for pull. This slightly exceeds baseline by providing usage nuance beyond schema.

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 tool syncs local .brand/ with Brandcode Studio, specifies two directions (pull and push), and distinguishes itself from sibling tools like brand_brandcode_connect and brand_brandcode_status by stating what it is NOT for.

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

Usage Guidelines5/5

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

Provides explicit when-to-use examples ('sync brand', 'push to Studio', etc.), when-not-to-use (initial connection, status), prerequisites (prior connect), and auth requirement for push, giving clear guidance on alternatives and context.

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/Brand-System/brandsystem-mcp'

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