Skip to main content
Glama
alex13slem

OpenProject MCP Server

by alex13slem

list_project_versions

Read-only

Retrieve version or milestone IDs for all projects or a specific project. Use this to find available versions before assigning a work package.

Instructions

List version or milestone IDs globally or for one project. Use before assigning a work package to a version; projectId returns only versions available in that project. This is read-only.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
offsetNoOne-based page number
pageSizeNoItems per page, from 1 to 100
projectIdNo
Behavior3/5

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

Annotations provide readOnlyHint=true, so the description's 'This is read-only' is redundant. It adds that it returns version or milestone IDs, but lacks details on pagination behavior beyond schema.

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?

Two sentences, front-loaded with verb and resource, no unnecessary words. Every sentence adds value.

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?

For a list tool with 3 params, no output schema, and annotations present, the description is fairly complete: explains purpose, scope, usage context, and parameter behavior. Adequate for an AI agent to use correctly.

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 covers offset and pageSize with descriptions. Description adds meaning for projectId: 'returns only versions available in that project'. Schema coverage is 67%, description compensates for the missing parameter description.

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 clearly states 'List version or milestone IDs' with a specific verb and resource. It distinguishes from siblings by noting the global or per-project scope, and no other sibling tool lists versions.

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

Usage Guidelines4/5

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

Explicit guidance: 'Use before assigning a work package to a version' and explains the effect of projectId. Does not specify when not to use or alternatives, but the use case is well-defined.

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/alex13slem/openproject-codex-plugin'

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