List accessible repositories
forgejo_list_reposList all repositories accessible with your token, most recently updated first, to find full names and use them in issue and pull request tools.
Instructions
Lists the repositories the token can reach, most recently updated first.
Parameters: page, limit, response_format.
Returns: { total, count, page, limit, has_more, repos: [{ full_name, private, fork, default_branch, description, updated_at, html_url }] }
Use it to discover the owner/repo values to pass to the other tools when they are unknown. Errors: 403 if the token lacks the 'read:user' scope.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page to fetch, 1 = first. | |
| limit | No | Items per page (max 50). | |
| response_format | No | 'markdown' for a readable rendering, 'json' for the full data. | markdown |