Skip to content

Figma

Design · 59 actions · connect by signing in

Connect in dashboardsign infrom API spec

Actions

A sample of the 59 Figma actions. Each keeps the schema of the real API.

  • figma.list_filesread
  • figma.get_fileread
  • figma.create_filewrite
  • figma.list_commentsread
  • figma.get_commentread
  • figma.create_commentwrite
  • figma.delete_filedelete

From your agent

Your agent never loads these up front. It searches in plain words and gets back the one it needs.

search_tools
{ "query": "list files", "app": "figma" }
execute_tool
{ "name": "figma.list_files",
  "fields": ["id"] }