Skip to main content
Glama
Brand-System

@brandsystem/mcp

Official

brand_connect_repo

Link a GitHub repo to Brandcode Studio for automatic brand syncing. The .brand/ folder serves as the single source of truth.

Instructions

Connect a GitHub repository to Brandcode Studio for automatic brand syncing. The repo's .brand/ directory becomes the source of truth — push changes to git and Studio picks them up every 5 minutes. Requires auth (run brand_brandcode_auth first). Use when the user says "connect my repo", "sync from GitHub", "link my brand repo", or "set up git-connected brand".

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
repoYesGitHub repo in "owner/repo" format (e.g. "acme-corp/brand-system")
branchNoBranch to watch (default: main)main
brand_pathNoPath to .brand/ directory within the repo (default: .brand).brand
brand_slugYesBrand slug to connect this repo to (e.g. "acme"). Must match an existing hosted brand or will create one.
brandcode_urlNoBrandcode Studio URL (default: https://www.brandcode.studio)
Behavior4/5

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

No annotations exist, so the description carries full burden. It explains the syncing mechanism (5-minute interval) and that the brand slug may create a new brand if not existing. However, it does not explicitly state whether the tool is read-only or has side effects on the repo.

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 purpose, mechanism, auth requirement, and usage cues. No redundant or unnecessary information.

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?

Covers main functionality, prerequisites, and usage signals. Lacks information about the return value or confirmation, but given the tool's straightforward nature and lack of output schema, it is reasonably complete.

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?

Schema coverage is 100% and parameter descriptions are already detailed (format, defaults, behavior). The description adds no additional semantic value beyond the schema, so baseline score of 3 is appropriate.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool connects a GitHub repo to Brandcode Studio for automatic syncing, with specific verb and resource. However, it does not distinguish itself from the sibling tool 'brand_brandcode_connect', which may have overlapping functionality.

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?

Explicitly lists user phrases that trigger use, but does not discuss when not to use it or mention alternatives like 'brand_brandcode_connect'. The auth prerequisite is included.

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