Skip to main content
Glama
GonzaloRando03

Redmine MCP Server

create_project

Create a new Redmine project with name, identifier, and optional settings like description, visibility, parent project, and custom fields.

Instructions

Creates a new project in Redmine.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYesProject display name
identifierYesUnique identifier (lowercase, hyphens, 1-100 chars). Cannot be changed after creation
descriptionNoProject description
homepageNoProject homepage URL
is_publicNoWhether the project is public (default true)
parent_idNoID of the parent project (for subprojects)
inherit_membersNoInherit members from parent project (only for subprojects)
default_assigned_to_idNoDefault assignee ID for new issues
default_version_idNoDefault target version ID for new issues
default_issue_query_idNoDefault saved query ID for issue list
tracker_idsNoIDs of trackers available in this project
enabled_module_namesNoModule names: issue_tracking, time_tracking, news, documents, files, wiki, repository, boards, calendar, gantt
issue_custom_field_idsNoIDs of issue custom fields enabled for this project
custom_fieldsNoCustom field values for the project
Behavior2/5

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

With no annotations provided, the description bears full responsibility for behavioral disclosure. It only states that the tool creates a project, but omits key behaviors such as requiring admin privileges, that the identifier cannot be changed after creation (though noted in schema), or any side effects like member inheritance or permissions needed.

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

Conciseness3/5

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

The description is a single sentence, very concise, but lacks structure. While it is front-loaded, it is too brief and does not earn its place by adding value beyond the name. A slightly longer description with important flags would be more helpful.

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

Completeness2/5

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

Given the high complexity (14 parameters) and no output schema or annotations, the description is severely incomplete. It does not mention the return value (likely the created project object), error conditions, or any constraints beyond what the schema provides. The minimal description leaves significant gaps for the agent.

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 description coverage is 100%, so the baseline is 3. The description adds no additional meaning beyond what is already in the input schema parameter descriptions. It does not clarify any parameter constraints or provide usage examples.

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

Purpose4/5

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

The description clearly states the action and resource ('Creates a new project in Redmine'). However, it does not distinguish this tool from sibling tools like update_project or archive_project, which are also project-related. The verb+resource is specific enough for a basic understanding.

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 this tool versus alternatives such as update_project or archive_project. The description lacks any context about prerequisites, when creation is appropriate, or what to do if a project already exists.

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

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