Read-only Figma bridge: paste a file or frame URL and Webbee can look up file structure, inspect a specific node's layers and properties, or export a node as PNG/SVG/PDF. Uses your own Figma Person...
What this app can do
7 tools registered
Get File10 tok
Look up a Figma file's name and page/frame structure from a pasted file URL or file key. Read-only.
Get Node25 tok
Inspect one specific Figma node/frame (by URL or file_key+node_id): its size, type, and every child layer's real design data — fill colors/gradients, stroke color+weight, shadows/blur effects, corner radius, opacity, and full text typography (font, size, weight, line height, letter spacing, alignment). Pass max_depth>1 to also see layers nested inside groups/auto-layout frames/component instances (each tagged with its depth and parent_path). Pass include_geometry=true to also get exact vector outlines as SVG path data. Read-only.
Export Image15 tok
Export a specific Figma node as a PNG, SVG, PDF or JPG and return a temporary download URL. Read-only.
List Styles10 tok
List every named local style (design token) defined in a Figma file — color/fill styles, text styles, effect styles and grid styles — with their name and style_id. Use this to see the file's real design-system palette/type-scale by name (e.g. 'Navy/900', 'Heading/H1') rather than reading raw hex values off individual layers. Read-only.
List Components10 tok
List every reusable component defined in a Figma file — name, component_id (usable directly as a node_id with get_node), description, and its parent component_set_id if it's a variant. Use this to discover a design system's building blocks (buttons, icons, cards) by name before inspecting one in detail with get_node. Read-only.
Get Comments12 tok
Read every comment left on a Figma file — text, author, timestamp, resolved status, and which node (if any) it's pinned to. Use this to see design feedback/annotations without opening Figma. Read-only, requires the file_comments:read scope on the token.
Get Image Fills15 tok
List every distinct bitmap image (photo/texture) used as a fill anywhere in a Figma file, with a temporary download URL for each original file. Use this to pull out real photography/imagery assets a design references, not just vector shapes. Read-only.