Skip to main content
Glama
alucardeht
by alucardeht

get_frame_info

Analyze Figma frame structure to identify components, text, colors, and styles before implementation or screenshot capture.

Instructions

Get detailed info about a specific frame.

IMPORTANT: This should be your FIRST call for any implementation task. Always call get_frame_info BEFORE taking screenshots to understand the structure.

HOW IT WORKS:

  • Returns all components, text, colors, and styles

  • Large frames (>1000 elements) trigger warning with strategy

  • Use depth parameter to control detail level

  • Automatically chunks if response too large

The tree includes special markers:

  • isCompositeAsset: true = Export this GROUP as a single image (contains image + shapes)

  • isSmallElement: true = Small UI element that may be easily missed

TYPICAL WORKFLOW:

  1. list_frames → find frame name

  2. get_frame_info(frame_name) → structure

  3. extract_styles → design tokens

  4. extract_assets → icons/images

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
file_keyYesFigma file key
page_nameYesPage name (partial match)
frame_nameYesFrame name (partial match)
depthNoHow deep to traverse (1=direct children, 2=grandchildren). Default: 2
continueNoContinue from last response

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

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