list_projects
Retrieve all project boards (kanban) for a Gitea repository. Returns an empty list as a placeholder until Gitea's REST API for projects is available.
Instructions
List repository project boards (kanban). PLACEHOLDER: always returns an empty list because Gitea does not yet ship a REST API for project boards (go-gitea/gitea#36824). No HTTP request is made. The contract is stable so planning workflows can ask about projects without breaking; wiring the real endpoint will be a transparent change once the upstream API lands.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo | No | Repository name (defaults to GITEA_DEFAULT_REPO). Placeholder tool: always returns an empty list — Gitea has no projects REST API yet (go-gitea/gitea#36824). | |
| owner | No | Repository owner (defaults to GITEA_DEFAULT_OWNER). Placeholder tool: always returns an empty list — Gitea has no projects REST API yet (go-gitea/gitea#36824). |