mcp-figma

get_team_styles

Retrieve design styles for a specific team in Figma using the team ID, with options for pagination to manage large datasets efficiently.

Instructions

Get styles 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" }
ID: z3gvv0394m