get_project
Retrieves a Gitea repository project board by its ID. Currently always reports not-found as Gitea has no projects REST API yet.
Instructions
Fetch one repository project board (kanban) by id. PLACEHOLDER: always reports not-found (HTTP 404 semantics) 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 workflows can attempt to look up a project without breaking; the real endpoint will be wired transparently once the upstream API lands.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Project ID (placeholder — always reports not-found because Gitea has no projects REST API yet) | |
| repo | No | Repository name (defaults to GITEA_DEFAULT_REPO). Placeholder tool: always reports not-found — Gitea has no projects REST API yet (go-gitea/gitea#36824). | |
| owner | No | Repository owner (defaults to GITEA_DEFAULT_OWNER). Placeholder tool: always reports not-found — Gitea has no projects REST API yet (go-gitea/gitea#36824). |