← Tools Reference

Zeplin

Zeplin integration (Design & Media, Productivity). Imported from open-connector.

OAuth6 toolshttps://api.zeplin.dev/v1
GET
zeplin_get_current_user
Get the current authenticated Zeplin user profile.

/users/me

GET
zeplin_list_personal_projects
List projects in the current user's Zeplin personal workspace.

/users/me/projects

2 parameters
ParamTypeRequiredDescription
limitintegeroptionalThe maximum number of items to return.
offsetintegeroptionalThe number of items to skip.
GET
zeplin_get_project
Get a Zeplin project by project ID.

/projects/{projectId}

1 parameter
ParamTypeRequiredDescription
projectIdstringrequiredThe project ID to retrieve.
GET
zeplin_list_project_colors
List color tokens defined for a Zeplin project.

/projects/{projectId}/colors

3 parameters
ParamTypeRequiredDescription
limitintegeroptionalThe maximum number of items to return.
offsetintegeroptionalThe number of items to skip.
projectIdstringrequiredThe project ID.
GET
zeplin_list_project_text_styles
List text styles defined for a Zeplin project.

/projects/{projectId}/text_styles

3 parameters
ParamTypeRequiredDescription
limitintegeroptionalThe maximum number of items to return.
offsetintegeroptionalThe number of items to skip.
projectIdstringrequiredThe project ID.
GET
zeplin_list_screen_versions
List versions of a Zeplin screen. This action requires both projectId and screenId to match the official endpoint.

/projects/{projectId}/screens/{screenId}/versions

4 parameters
ParamTypeRequiredDescription
limitintegeroptionalThe maximum number of items to return.
offsetintegeroptionalThe number of items to skip.
projectIdstringrequiredThe project ID.
screenIdstringrequiredThe screen ID.