redmine_list_projects
Fetch paginated projects from Redmine. Optionally filter by substring on name, identifier, or description.
Instructions
List projects (paginated, optional substring filter).
Args: query: optional case-insensitive substring filter on name/identifier/description (applied client-side after fetch). limit: page size, max 100. Defaults to 25. offset: skip the first N results. Defaults to 0.
Returns a JSON document with projects, total_count, limit,
offset, and filtered_locally (whether the query filter was applied).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| query | No | ||
| offset | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |