Skip to main content
Glama

brand_extract_figma

Extract brand identity from a Figma design file by providing variable maps, styles, or logo SVG. Plan mode suggests tools to call; ingest mode processes all collected data.

Instructions

Extract brand identity from a Figma design file. Accepts multiple input formats: variable_map (simple { name: hex } from get_variable_defs), design_context (raw get_design_context output with colors/fonts parsed from code), variables (structured array), styles (text styles), and logo_svg. Two phases: mode='plan' returns which Figma MCP tools to call. Mode='ingest' processes all collected data. Figma values override web extraction based on source_priority. Also accepts figma_url for automatic file key extraction. NOT for web extraction (use brand_extract_web).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
modeYes"plan" to get extraction instructions, "ingest" to process collected Figma data
figma_file_keyNoFigma file key from URL
figma_urlNoFull Figma URL - file key and node ID extracted automatically
variablesNoFigma variables in structured format
variable_mapNoSimple { name: hex } map from get_variable_defs
stylesNoFigma text styles
design_contextNoRaw output from get_design_context - colors and fonts parsed from generated code
logo_svgNoRaw SVG of logo component
Behavior4/5

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

No annotations provided, but description explains two modes, input formats, and that Figma values override web extraction. It is read-only in nature; however, it does not explicitly state non-destructiveness or side effects. Still, the behavioral context is strong.

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?

Compact single paragraph covering purpose, input formats, phases, and exclusions. No redundant sentences; every sentence adds value. Front-loaded with core purpose.

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

Completeness5/5

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

Thoroughly covers complex tool with 8 parameters and two modes. Explains workflow, source priority, and relationship to other tools. No output schema, but description is complete for agent invocation.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema has 100% coverage with descriptions, but the description adds rich context: origin of each input (e.g., variable_map from get_variable_defs, design_context from get_design_context), explanation of mode values, and purpose of figma_url. This goes beyond the 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 'Extract brand identity from a Figma design file', lists multiple input formats, and explicitly distinguishes from sibling 'brand_extract_web' by stating 'NOT for web extraction (use brand_extract_web)'.

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 says when to use (Figma extraction) and when not (web extraction, point to alternative). Describes two phases (plan and ingest) and source priority, giving clear usage guidance.

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