mcp-figma

get_team_component_sets

Get component sets for a team

Input Schema

NameRequiredDescriptionDefault
cursorNoOptional. Cursor for pagination
page_sizeNoOptional. Number of items per page
team_idYesThe team ID

Input Schema (JSON Schema)

{ "properties": { "cursor": { "description": "Optional. Cursor for pagination", "type": "string" }, "page_size": { "description": "Optional. Number of items per page", "type": "number" }, "team_id": { "description": "The team ID", "type": "string" } }, "required": [ "team_id" ], "type": "object" }