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 Personal Access Token โ read scope only, no canvas edits.
get_filereadLook up a Figma file's name and page/frame structure from a pasted file URL or file key. Read-only.
get_nodereadInspect 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_imagereadExport a specific Figma node as a PNG, SVG, PDF or JPG and return a temporary download URL. Read-only.
list_stylesreadList 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_componentsreadList 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_commentsreadRead 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_fillsreadList 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.
Install Figma Connector and let Webbee use it across your workflow.
Open in panel