Skip to main content
Glama
leandr92

mcp-openproject-standalone

by leandr92

create_work_package

Create a work package in an OpenProject project by specifying the project ID and subject. Use optional parameters for type, status, assignee, and description to tailor the work package.

Instructions

Create a new work package in a project

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
subjectYesThe subject/title of the work package
type_idNoThe type ID (default: 1)
status_idNoThe ID of the status
project_idYesThe ID of the project
assignee_idNoThe ID of the assignee user
descriptionNoThe description of the work package
Behavior1/5

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

With no annotations, the description carries full behavioral burden but only states 'Create', which is inherent to the tool name. It does not disclose side effects, required permissions, return behavior, or any other operational characteristics beyond the obvious mutation.

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?

The description is a single sentence and concise, but it is under-specification rather than efficient communication. It merely restates the tool's purpose with no additional value, so it does not 'earn its place' beyond the name.

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?

The tool has 6 parameters and no output schema, but the description provides no behavioral or operational context. For a mutation tool with zero annotations, it is severely incomplete — it lacks information about what happens after creation, required permissions, or any side effects.

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 extra meaning beyond the schema; it does not elaborate on any parameters, but the schema already provides complete field descriptions, so no deduction is warranted.

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 uses a specific verb+resource ('Create a new work package in a project') which clearly distinguishes it from siblings like list_work_packages, get_work_package, and update_work_package. It unambiguously states the tool's creation purpose.

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

Usage Guidelines1/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_work_package or get_work_package. The description gives no contextual cues about prerequisites, typical use cases, or exclusions.

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/leandr92/mcp-openproject-standalone'

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