Figma · Arazzo Workflow

Figma Inventory Team Component Sets

Version 1.0.0

List a team's published component sets and pull metadata for the first one.

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

Provider

figma

Workflows

inventory-team-component-sets
List a team's published component sets and resolve the first one's metadata.
Lists the component sets in a team library and retrieves full metadata for the first published component set by key.
2 steps inputs: pageSize, teamId outputs: componentSetFileKey, componentSetName, componentSetNodeId
1
listTeamComponentSets
List the component sets published by the team library so a set can be selected for inspection.
2
getComponentSet
Retrieve the full metadata for the first published component set by its key.

Source API Descriptions

Arazzo Workflow Specification

Raw ↑
arazzo: 1.0.1
info:
  title: Figma Inventory Team Component Sets
  summary: List a team's published component sets and pull metadata for the first one.
  description: >-
    A library inventory flow for variant component sets. The workflow lists the
    component sets published by a team library and then retrieves the full
    metadata for the first component set by its key, exposing the file and node
    the set maps back to. The team listing and the single component-set lookup
    live in different Figma OpenAPI descriptions, so both are referenced as
    distinct source descriptions. 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-components-api-openapi.yml
      confidence: 0.8
    model: Turbo EA Capabilities by Vincent Verdet — Turbo EA, https://github.com/vincentmakes/turbo-ea-capabilities, CC BY 4.0
sourceDescriptions:
- name: componentSetsApi
  url: ../openapi/figma-component-sets-api-openapi.yml
  type: openapi
- name: componentsApi
  url: ../openapi/figma-components-api-openapi.yml
  type: openapi
workflows:
- workflowId: inventory-team-component-sets
  summary: List a team's published component sets and resolve the first one's metadata.
  description: >-
    Lists the component sets in a team library and retrieves full metadata for
    the first published component set by key.
  inputs:
    type: object
    required:
    - teamId
    properties:
      teamId:
        type: string
        description: The ID of the team whose published component sets are listed.
      pageSize:
        type: integer
        description: Number of component sets to return per page.
  steps:
  - stepId: listTeamComponentSets
    description: >-
      List the component sets published by the team library so a set can be
      selected for inspection.
    operationId: getTeamComponentSets
    parameters:
    - name: team_id
      in: path
      value: $inputs.teamId
    - name: page_size
      in: query
      value: $inputs.pageSize
    successCriteria:
    - condition: $statusCode == 200
    outputs:
      componentSets: $response.body#/meta/component_sets
      firstComponentSetKey: $response.body#/meta/component_sets/0/key
  - stepId: getComponentSet
    description: >-
      Retrieve the full metadata for the first published component set by its
      key.
    operationId: getComponentSet
    parameters:
    - name: key
      in: path
      value: $steps.listTeamComponentSets.outputs.firstComponentSetKey
    successCriteria:
    - condition: $statusCode == 200
    outputs:
      componentSetName: $response.body#/meta/name
      componentSetFileKey: $response.body#/meta/fileKey
      componentSetNodeId: $response.body#/meta/nodeId
  outputs:
    componentSetName: $steps.getComponentSet.outputs.componentSetName
    componentSetFileKey: $steps.getComponentSet.outputs.componentSetFileKey
    componentSetNodeId: $steps.getComponentSet.outputs.componentSetNodeId

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-inventory-team-component-sets-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.