redmine_describe_tracker
Retrieve detailed schema for a Redmine tracker, including available statuses, priorities, and learned workflow transitions between statuses per role.
Instructions
Return an enriched schema for one tracker.
Args:
tracker: numeric id or name (e.g. "Bug" or "1").
include_observations: if True (default), include the learned
workflow graph (allowed/disallowed transitions per role).
Includes available statuses, priorities, and — when
include_observations is true — the learned workflow graph from
prior API responses. Workflow knowledge is reactive: Redmine does not
expose /workflows via REST, so the cache learns by observing the
outcome of every status-change attempt.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tracker | Yes | ||
| include_observations | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |