← All integrations

Gitee

Gitee integration (Developer Tools). Imported from open-connector.

OAuth3 native toolsIcon fallback
This catalogue entry describes the current repository definition. Availability, scopes, and production readiness should be confirmed during private-beta onboarding.

Native tools

GET
gitee_get_current_user
Get the current authenticated Gitee user profile.

/user

GET
gitee_list_my_repositories
List repositories visible to the authenticated Gitee user.

/user/repos

6 parameters
ParamTypeRequiredDescription
visibilitystringoptionalFilter repositories by visibility.
qstringoptionalSearch repositories by keyword.
sortstringoptionalSort repositories by a Gitee-supported field.
directionstringoptionalSort direction.
pageintegeroptionalThe page number to fetch.
perPageintegeroptionalThe number of repositories per page.
GET
gitee_get_repository
Get a Gitee repository by namespace owner and repository path.

/repos/{owner}/{repo}

2 parameters
ParamTypeRequiredDescription
ownerstringrequiredThe repository namespace path.
repostringrequiredThe repository path.
Request private-beta access