redmine_list_boards
List forum boards for a Redmine project by providing its numeric ID or identifier slug. Returns boards, count, and project ID.
Instructions
List forum boards for a project.
Args: project_id: numeric id or identifier slug.
Returns {boards, count, project_id}. Read-only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |