Skip to main content
Glama
alex13slem

OpenProject MCP Server

by alex13slem

list_board_lanes

Read-only

Retrieve board lanes with card summaries and pagination metadata. Specify board ID and optional page size to control results per lane.

Instructions

Resolve one board's work-package query widgets into lanes with card summaries and pagination metadata. Use after list_boards identifies a board; pageSize limits cards per lane. This is read-only and does not move cards.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
boardIdYesBoard grid ID returned by list_boards
pageSizeNoMaximum cards requested for each lane
Behavior3/5

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

Annotations already declare readOnlyHint=true. The description adds the explicit statement that it does not move cards, which reinforces but does not significantly expand behavioral disclosure. No additional traits like auth needs or rate limits are mentioned.

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 concise sentences: the first describes the core function, the second provides usage and behavioral context. Every word adds value with no redundancy.

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

Completeness5/5

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

Despite lacking an output schema, the description adequately describes return content (lanes with card summaries and pagination metadata). The tool has only 2 parameters with clear schema descriptions, and the description adds usage flow context, making it complete for agent understanding.

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?

Input schema has 100% coverage, so baseline is 3. The description adds context by mentioning pageSize limits cards per lane and implying boardId comes from list_boards, providing usage guidance beyond the schema.

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 resolves a board's query widgets into lanes with card summaries and pagination metadata, using specific verbs and resource. It distinguishes from sibling tools by noting it is used after list_boards identifies a board.

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?

The description provides explicit usage context ('Use after list_boards identifies a board') and behavior restrictions ('This is read-only and does not move cards'). It lacks explicit when-not-to-use or alternative tools, but the context is sufficient for agent decision.

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