Skip to main content
Glama

Redmine MCP Server

by yonaka15

archive_project

Archives a project on Redmine, making it read-only for users. Requires the project ID or key. Ideal for managing project lifecycle and access control.

Instructions

Archive a project. Project becomes read only. Available since Redmine 5.0

Input Schema

NameRequiredDescriptionDefault
idYesProject ID as number or key as text

Input Schema (JSON Schema)

{ "properties": { "id": { "description": "Project ID as number or key as text", "type": "string" } }, "required": [ "id" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/yonaka15/mcp-server-redmine'

If you have feedback or need assistance with the MCP directory API, please join our Discord server