Skip to main content
Glama

redmine_files

List existing files in a Redmine project or create new ones by uploading files with tokens.

Instructions

Manage project files: list, create.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
fileNo
filesNoRedmine file payloads, usually containing upload tokens.
limitNo
queryNoQuery parameters. Array values are appended repeatedly.
actionYes
headersNoAdditional headers. Authentication and content headers are managed automatically unless explicitly overridden.
max_pagesNo
project_idNoRedmine numeric ID or identifier, passed as a string.
Behavior2/5

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

Without annotations, the description must disclose behavioral traits. It only states the two actions but does not describe side effects, permissions required, rate limits, or return values. For a mutation (create) and list tool, this is insufficient transparency.

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

Conciseness2/5

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

Three words with a colon and comma is under-specification, not conciseness. A proper sentence or structured bullet points would be more appropriate given the tool's complexity.

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

Completeness1/5

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

With 8 parameters, nested objects (file, files), no output schema, and no description beyond the action list, the tool is severely underspecified. There is no explanation of how actions use parameters, pagination behavior, or the relationship between file and files, making it grossly incomplete.

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

Parameters3/5

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

Schema coverage is 50%, and the description adds no new parameter details beyond what the schema already provides (e.g., 'files' and 'query' have descriptions in schema). The description does not compensate for the uncovered parameters like 'file' or 'limit' with additional context, so it meets the baseline for moderate coverage.

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 description 'Manage project files: list, create.' clearly states the verb (manage) and resources (project files) and enumerates the two supported actions (list, create), making it distinct from sibling tools like redmine_attachments or redmine_upload_file.

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

Usage Guidelines2/5

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

No guidance is provided on when to use list vs create, no prerequisites (e.g., requiring upload_token for create), and no mention of alternatives among sibling tools. The description lacks any usage context.

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

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