List Redmine news
list_newsFetch visible Redmine news items with pagination controls, returning read-only data according to the configured user's permissions.
Instructions
Read visible global Redmine news from GET /news.json for the configured API user. Supports the documented offset, limit, and page collection pagination controls. Redmine applies its ordinary news and project visibility rules; this tool never changes Redmine data.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number. Redmine converts it to an offset using the selected limit. | |
| limit | No | Number of news items to return. Redmine caps this at 100. | |
| offset | No | Number of news items to skip |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| news | Yes | ||
| paging | Yes | ||
| filters | Yes |