Skip to main content
Glama

MCP Redmine

by runekaagaard
Mozilla Public License 2.0
14
  • Apple
  • Linux

redmine_upload

Upload files to Redmine using MCP Redmine and retrieve an attachment token for integration. Input the file path and optional description to receive a YAML response with status code, body, and error message.

Instructions

Upload a file to Redmine and get a token for attachment

Args: file_path: Fully qualified path to the file to upload description: Optional description for the file

Returns: str: YAML string containing response status code, body and error message The body contains the attachment token

Input Schema

NameRequiredDescriptionDefault
descriptionNo
file_pathYes

Input Schema (JSON Schema)

{ "properties": { "description": { "default": null, "title": "Description", "type": "string" }, "file_path": { "title": "File Path", "type": "string" } }, "required": [ "file_path" ], "title": "redmine_uploadArguments", "type": "object" }

You must be authenticated.

Other Tools from MCP Redmine

Related Tools

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/runekaagaard/mcp-redmine'

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