Skip to main content
Glama

upload_project_file

Upload a file to a Redmine project's Files tab using a server-side path, with optional description, version, and display name.

Instructions

Publish a file under a project's Files tab.

The path is resolved on the machine running this MCP server.

Args: project_identifier: project identifier. file_path: full path of the file on the server's machine. description: description shown in the listing. version_id: ties the file to a version (0 = none). file_name: display name (empty = use the file's own name).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
file_nameNo
file_pathYes
version_idNo
descriptionNo
project_identifierYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior2/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

No annotations are present, so the description must disclose behavior on its own. It mentions that the path is resolved on the server machine, which is helpful, but it omits other important write-operation details such as overwrite behavior, file size limits, permissions required, or error handling.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is compact and front-loaded: a one-sentence purpose, a single path caveat, and a clean bulleted list of parameters. No filler or repetition.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The description covers all parameters and notes the critical server-side path behavior. Since an output schema exists, return values need not be described. It lacks some potential details like overwrite or versioning behavior, but it's adequate for a simple file upload tool.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 0%, so the Args block compensates by giving each parameter a brief explanation. Most parameters receive meaningful context (e.g., file_name: 'empty = use the file's own name'), though project_identifier's explanation is tautological.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The first sentence clearly states the action (Publish), resource (file), and destination (a project's Files tab). This distinguishes it from sibling tools like attach_file_to_issue and attach_file_to_wiki_page, which target different contexts.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The purpose implies when to use this tool (for publishing project files), but there is no explicit guidance on when not to use it or alternatives to consider. The note about server-side path resolution provides a usage caveat but not a full comparison.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

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

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