Figma · Arazzo Workflow

Figma Catalog File Components

Version 1.0.0

Open a file and list the local published components it defines.

1 workflow 2 source APIs 1 provider
View Spec View on GitHub CollaborationDesignGraphicsInterfacesPrototypesPrototypingUI/UXArazzoWorkflows

Provider

figma

Workflows

catalog-file-components
Open a file and enumerate the components it publishes locally.
Retrieves a file and then lists the local published components defined within it.
2 steps inputs: fileKey outputs: components, fileName
1
getFile
Open the file to confirm it is accessible and capture its current metadata before listing its components.
2
listFileComponents
List the local published components defined within the file.

Source API Descriptions

Arazzo Workflow Specification

Raw ↑
arazzo: 1.0.1
info:
  title: Figma Catalog File Components
  summary: Open a file and list the local published components it defines.
  description: >-
    A per-file design-system flow that catalogs the components a single file
    publishes. The workflow opens the file to confirm access and capture its
    metadata, then lists the local components defined in that file so the
    caller can enumerate the building blocks the file contributes to a library.
    Every step spells out its request inline so the flow can be read and
    executed without opening the underlying OpenAPI description. Authentication
    is carried by the Figma personal access token bearer credential declared on
    each operation's security requirement.
  version: 1.0.0
  x-realizes-capability-ids:
  - BC-4200.30
  x-capability-derivation:
    method: 'deterministic join: sourceDescriptions -> per-tag OpenAPI -> tag/capability edge. No classification at this step.'
    min_confidence: 0.7
    sources:
    - capability_id: BC-4200.30
      capability_name: Software Design Management
      spec: figma-files-api-openapi.yml
      confidence: 0.7
    model: Turbo EA Capabilities by Vincent Verdet — Turbo EA, https://github.com/vincentmakes/turbo-ea-capabilities, CC BY 4.0
sourceDescriptions:
- name: componentsApi
  url: ../openapi/figma-components-api-openapi.yml
  type: openapi
- name: filesApi
  url: ../openapi/figma-files-api-openapi.yml
  type: openapi
workflows:
- workflowId: catalog-file-components
  summary: Open a file and enumerate the components it publishes locally.
  description: >-
    Retrieves a file and then lists the local published components defined
    within it.
  inputs:
    type: object
    required:
    - fileKey
    properties:
      fileKey:
        type: string
        description: The key of the Figma file to catalog components for.
  steps:
  - stepId: getFile
    description: >-
      Open the file to confirm it is accessible and capture its current
      metadata before listing its components.
    operationId: getFile
    parameters:
    - name: file_key
      in: path
      value: $inputs.fileKey
    successCriteria:
    - condition: $statusCode == 200
    outputs:
      fileName: $response.body#/name
      lastModified: $response.body#/lastModified
  - stepId: listFileComponents
    description: >-
      List the local published components defined within the file.
    operationId: getFileComponents
    parameters:
    - name: file_key
      in: path
      value: $inputs.fileKey
    successCriteria:
    - condition: $statusCode == 200
    outputs:
      components: $response.body#/meta/components
  outputs:
    fileName: $steps.getFile.outputs.fileName
    components: $steps.listFileComponents.outputs.components

Work with this as data

Every workflow here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for arazzo workflows

4 MCP tools reach this
  • find_arazzoBrowse and filter every workflow in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This workflow
curl "https://apis.io/api/v1/arazzo/figma-catalog-file-components-workflow"
All arazzo workflows
curl "https://apis.io/api/v1/arazzo?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.