Skip to main content
Glama
alex13slem

OpenProject MCP Server

by alex13slem

list_boards

Read-only

Retrieve paginated Kanban boards for a project by ID or identifier to obtain board grid IDs for further queries.

Instructions

List paginated Kanban-style boards scoped to one project ID or identifier. Use to discover board grid IDs; use get_board for configuration or list_board_lanes for cards. This read-only call may return no boards when the module is disabled.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
offsetNoOne-based page number
pageSizeNoItems per page, from 1 to 100
projectIdOrIdentifierYesNumeric project ID or identifier used in the board scope
Behavior4/5

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

Annotations already declare readOnlyHint=true. The description adds that it is a read-only call and may return no boards when the module is disabled, which provides additional behavioral context beyond annotations.

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 two sentences, front-loaded with the main function, and includes usage guidance and a caveat. Every sentence is informative without redundancy.

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?

Given the tool's complexity (3 parameters, no output schema), the description provides clear context: pagination, scoping, possible empty results, and sibling references. It lacks explicit return structure, but is largely complete.

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 100%, so the schema already documents parameters. The description mentions scoping to a project ID or identifier, which aligns with the required parameter but does not add significant new meaning.

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 the tool lists paginated Kanban-style boards scoped to one project. It specifies the verb 'list' and resource 'boards', and differentiates from siblings like get_board and list_board_lanes.

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

Usage Guidelines5/5

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

Explicitly says when to use this tool (to discover board grid IDs) and when to use alternatives (get_board for configuration, list_board_lanes for cards). Also notes that it may return no boards when the module is disabled, providing context for expected behavior.

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