Skip to main content
Glama
KaiUweHella

figma-bridge-mcp

by KaiUweHella

figma_history

Read-only

Retrieve local change history of Figma sessions, filtered by node ID, and optionally merge git history of generated code files for a combined design-code changelog.

Instructions

Local change history of this machine's Figma sessions, from the audit log every figma_run/figma_render is recorded in. Filter by nodeId to see everything that touched a node. Optionally merges git history of generated code files for a combined design+code changelog. Note: node-id matching is text-based, so numbers like "12:30" in free text can match too.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
diffNoStructural diff instead of the log: what nodes were added, removed, recreated, moved or changed between two states. Refs are "live" (the document right now), "latest"/"previous", an index, or a Figma version id (needs the REST layer). Record comparison points with figma_run ["history","snapshot"].
limitNoMax entries (default 20, max 200).
formatNoOutput format (default markdown table).
nodeIdNoOnly entries touching this node id ("1:2" or URL form "1-2").
fileKeyNoFile for includeVersions: bare key or full Figma URL. Default: the file open in Figma Desktop.
gitPathsNoRepo-relative file paths whose git log to merge in (generated code files).
repoPathNoRepo root for gitPaths (default: server working directory).
includeVersionsNoAlso merge the file's Figma version history (what designers saved, by whom) via the optional REST layer. Needs a configured REST token; without one a note is appended instead.
Behavior4/5

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

Annotations already declare readOnlyHint=true, openWorldHint=true, and destructiveHint=false, so the safety profile is clear. The description adds valuable insight about text-based node-id matching causing potential false positives and notes the optional REST dependency for includeVersions. This goes beyond the annotations to explain real-world quirks.

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 with three clear sentences: first explaining the tool's purpose, second describing filtering and merge capability, and third noting a behavioral quirk. Every sentence adds distinct value without redundancy.

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?

Given the tool's moderate complexity (8 parameters, no required ones, nested schema, no output schema), the description is well-rounded. It explains the source (local audit log), filtering, optional git merge, and caveats. The diff parameter's behavior is sufficiently described in the schema and description together. No output schema exists, but the description implies the output format can be controlled via the format parameter, which is adequate.

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%, so the schema already documents parameters well. The description adds value by clarifying the diff sub-object's references (e.g., 'live', 'latest', 'previous', index, Figma version id) and the behavior of nodeId filtering. It does not repeat schema details, but enriches them with usage context.

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 it retrieves local change history of Figma sessions from an audit log, specifying filtering by nodeId and optional merging with git history. It distinguishes itself from siblings by its focus on local history rather than rendering, running, or inspection tools.

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 provides clear context on when to use the tool (e.g., to see everything touching a node, or for a combined design+code changelog) and includes a notable caveat about text-based node-id matching. However, it does not explicitly say when not to use this tool vs. alternatives like figma_reference or figma_inspect for different purposes.

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/KaiUweHella/figma-bridge-mcp'

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