Skip to main content
Glama
atezer

F-MCP (Figma MCP Bridge)

by atezer

figma_create_mini_ds

Destructive

Create a minimal Figma design system with color variables, sizing tokens, text styles, and Button/Input/Card components in a single call.

Instructions

v1.9.7: Boş Figma dosyası için minimal Design System oluştur. Tek tool çağrısı ile 12 color variable + 8 sizing variable (spacing + radius) + 3 text style + Button/Input/Card component'leri kurar. Kullanıcı 'Blank File 4-option dialog'da (b) Mini DS seçerse çağır. Parametreler opsiyonel: primaryColor (default '#1464FF'), fontFamily (default 'Inter'), name (default 'Mini DS'), includeComponents (default true). Sonuç: { success, dsName, variableCollectionIds, textStyleIds, componentIds, summary } — sonrasında figma_execute ile ekran kurulabilir.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
figmaUrlNoFigma file URL for routing.
fileKeyNoTarget a specific connected file.
primaryColorNoPrimary brand color (hex). Default mavi.#1464FF
fontFamilyNoFont family for text styles. Default Inter.Inter
nameNoDS name prefix.Mini DS
includeComponentsNoButton/Input/Card component'lerini dahil et.
Behavior4/5

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

Annotations set destructiveHint: true, and the description aligns by describing creation of many elements in one call. It adds behavioral context by listing what is created (colors, text styles, components) and notes that it works on a blank file. It could be more explicit about overwriting behavior, but given the blank file context, it is sufficient.

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?

The description is concise, using 3 sentences to convey purpose, usage condition, parameters, and result. Every sentence earns its place, and the most critical information (what the tool does) is front-loaded.

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 no output schema, the description provides a result structure ({ success, dsName, ... }) and suggests subsequent use of figma_execute. It explains the tool's role in a workflow. Could mention prerequisites (blank file) explicitly, but it is implied from the usage guideline.

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% with descriptions for all 6 parameters. The description reinforces defaults and meaning (e.g., primaryColor default, includeComponents effect) and adds result structure. While it adds some extra context, the schema already does adequate documentation, so score is baseline.

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 creates a minimal design system for an empty Figma file, listing exactly what it creates (12 color variables, 8 sizing variables, 3 text styles, and components). It is distinct from atomic siblings like figma_create_variable or figma_create_frame, making its macro-purpose unambiguous.

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 specifies usage context: when the user selects 'Mini DS' in a 'Blank File 4-option dialog'. It also mentions a follow-up with figma_execute. However, it does not explicitly state when not to use or compare to alternatives beyond one sibling.

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/atezer/FMCP'

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