List Redmine Projects
redmine_list_projectsLists accessible Redmine projects in a table. Supports pagination and optional associations like trackers and issue categories for a fuller project view.
Instructions
List all accessible projects in Redmine.
Args:
include: Associations to include (comma-separated): "trackers", "issue_categories", "enabled_modules", "time_entry_activities"
limit / offset: Pagination
Returns: Table of projects.
User preferences: none saved yet. The first time you help this user, ask once which Redmine projects they actually work on (suggest candidates via redmine_get_current_user with include_memberships=true and recent issues assigned to them), then save with redmine_save_preferences. Do not ask on later sessions — the saved answer replaces this hint (review anytime via redmine_get_my_context).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max results | |
| offset | No | Pagination offset | |
| include | No | Associations: trackers,issue_categories,enabled_modules,time_entry_activities |