list_topics
Retrieve the list of topics assigned to a Gitea repository. Use this to inspect current classification tags before making changes.
Instructions
List a repository's topics (tags). Returns the topic name list for the repo — useful to inspect classification before editing. Topic names are lowercase letters, digits, and hyphens. Paginated (page 1-based, limit <= 100).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number | |
| repo | No | Repository name (defaults to GITEA_DEFAULT_REPO) | |
| limit | No | Results per page | |
| owner | No | Repository owner (defaults to GITEA_DEFAULT_OWNER) |