getProject
getProjectInspect a Redmine project's configuration and metadata, including description, trackers, and enabled modules.
Instructions
Inspect one known project's configuration and metadata, including description, trackers and enabled modules. Use getProjectSummary for aggregated issue metrics, listProjectMembers for people or listVersions for milestones.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectId | Yes | Project identifier or numeric ID |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| name | No | Display name shown in the UI. | |
| parent | No | Parent project reference, null for top-level projects. | |
| homepage | No | Optional homepage URL configured for the project. | |
| isPublic | Yes | True when the project is visible to anonymous users. | |
| trackers | No | Trackers enabled for this project (Bug, Feature, ...). | |
| identifier | No | URL-safe project slug. Either this or the numeric id can be used as projectId for other tools. | |
| description | No | Project description (Textile/Markdown markup). | |
| enabledModules | No | Names of enabled Redmine modules (e.g. issue_tracking, wiki, repository). |