Skip to main content
Glama

brand_brandcode_sync

Synchronize local .brand/ directory with Brandcode Studio. Pull latest changes from Studio or push local modifications.

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?

Covers key behaviors: delta-awareness via syncToken, auth requirement for push, prerequisite of prior connect, and return values. No annotations provided, so description carries full burden; minor gap: no mention of error scenarios.

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?

Four sentences, front-loaded with action and direction. Every sentence adds value; no redundancy.

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?

Good coverage of two modes, auth, and prerequisites. However, no output schema, and description lacks explanation of sync token usage or error handling.

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 description adds context: direction enum with default, share_token only for pull. Provides clarity 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?

Clearly states it syncs local .brand/ with Brandcode Studio, specifying two directions (pull/push) and explicitly distinguishing from siblings like brand_brandcode_connect and brand_brandcode_status.

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?

Explicitly states when to use (user says 'sync brand', 'push to Studio', etc.) and when NOT to use (initial connection, checking status), with references to sibling 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/Brandcode-Studio/brandsystem-mcp'

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