Documentation IndexFetch the complete documentation index at: /docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
List all projects in a team. The teamId is the numeric ID found in the Figma URL: figma.com/files/team//…
figma__list_projects
{ "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." }