MCP Redmine

Mozilla Public License 2.0
7
  • Apple
  • Linux

redmine_request

Send API requests to Redmine via specified endpoint, method, and parameters to manage tasks, track issues, and retrieve or update project data. Returns response details in YAML format.

Instructions

Make a request to the Redmine API

Args: path: API endpoint path (e.g. '/issues.json') method: HTTP method to use (default: 'get') data: Dictionary for request body (for POST/PUT) params: Dictionary for query parameters

Returns: str: YAML string containing response status code, body and error message

Input Schema

NameRequiredDescriptionDefault
dataNo
methodNoget
paramsNo
pathYes

Input Schema (JSON Schema)

{ "properties": { "data": { "default": null, "title": "Data", "type": "object" }, "method": { "default": "get", "title": "Method", "type": "string" }, "params": { "default": null, "title": "Params", "type": "object" }, "path": { "title": "Path", "type": "string" } }, "required": [ "path" ], "title": "redmine_requestArguments", "type": "object" }

You must be authenticated.

Other Tools from MCP Redmine

Related Tools

ID: y08jjdmkyr