Skip to main content
List all projects in a team. The teamId is the numeric ID found in the Figma URL: figma.com/files/team//…

Tool details

FieldValue
Namefigma__list_projects
GroupIntegrations

Playground

Input schema

Input schema
{
  "type": "object",
  "properties": {
    "teamId": {
      "type": "string",
      "description": "Numeric Figma team ID from the URL: figma.com/files/team/{teamId}/..."
    }
  },
  "required": [
    "teamId"
  ],
  "description": "Input schema for the figma__list_projects tool."
}

Output schema

This tool does not publish an output schema.