Skip to main content
Glama
Brand-System

@brandsystem/mcp

Official

brand_brandcode_auth

Authenticate with Brandcode Studio to save and manage brands. Supports device code activation, login, status check, manual token, and logout.

Instructions

Activate Brandcode Studio connection for saving and pushing brands. Preferred mode: "activate" displays a short code (e.g. BRAND-7K4X) for the user to enter at brandcode.studio/activate — no copy-paste of tokens needed. Also supports: "status" (check auth), "login" (magic link fallback), "set_key" (manual token), "logout" (clear credentials). Use when the user wants to save their brand to Studio or says "activate", "connect to Brandcode", or "save my brand online". NOT needed for extraction, preview, or brand_check — those work without auth.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
keyNoSession token from magic link verification. Required when mode="set_key". Format: JWT from /api/auth/verify.
modeYesAuth action. "activate" (recommended) starts device code flow — displays a short code for the user to enter at brandcode.studio/activate, then polls for completion. No copy-paste needed. "status" checks if authenticated. "login" starts magic link flow (fallback). "set_key" stores token manually. "logout" removes credentials.
emailNoEmail address for login. Required when mode="login".
studio_urlNoBrandcode Studio base URL. Defaults to "https://brandcode.studio". Override for self-hosted instances.
Behavior4/5

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

No annotations are provided, so the description carries full behavioral burden. It explains each mode's action, recommends 'activate', details the device code flow with polling, and lists alternatives. It stops short of describing error behavior or security details, but overall transparent.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single coherent paragraph with no redundancy. It front-loads the main purpose, then details modes, usage scenarios, and exclusions. While efficient, it could be slightly more scannable with bullet points, but still earn each sentence's 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 4 parameters, no output schema, and no annotations, the description covers the tool's functionality well: all modes, when to use them, and what each does. It lacks details on return values or error handling, but for an auth tool, the behavioral coverage is sufficient.

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 covers all 4 parameters with descriptions (100% coverage). The description adds value beyond the schema by explaining the recommended mode, the short code format, and the purpose of each mode. For example, 'activate' is explained as preferred with an example.

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 activates Brandcode Studio connection for saving brands. It lists specific modes and distinguishes from other tools by noting auth is unnecessary for extraction, preview, or brand_check. This effectively differentiates it from siblings like brand_brandcode_status or brand_brandcode_sync.

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 explicitly says when to use (e.g., user wants to save brand, says 'activate' or 'connect to Brandcode') and when not needed (extraction, preview, brand_check). It does not directly compare with sibling tools like brand_brandcode_connect, but provides clear usage context based on user intent.

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