gitea_list_repos
Retrieve a list of repositories for a specific user on Gitea using the GitMCP server, enabling easy access to project details.
Instructions
List repositories on Gitea
Input Schema
Name | Required | Description | Default |
---|---|---|---|
user | No | Username to list repos for |
Input Schema (JSON Schema)
{
"properties": {
"user": {
"description": "Username to list repos for",
"type": "string"
}
},
"type": "object"
}