Skip to main content
Glama
ni-c

woodpecker-ci-mcp

by ni-c

List users

list_users
Read-onlyIdempotent

Retrieve the full list of user accounts on a Woodpecker CI instance. Requires admin privileges; shows every account created since first login, with pagination support.

Instructions

Lists the accounts known to this Woodpecker instance. Admin only. Woodpecker creates an account the first time someone logs in, so this is everyone who has ever used it, not a managed roster.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageNoPage number, starting at 1.
per_pageNoEntries per page (1 … 50). Woodpecker clamps anything above 50 without saying so.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
truncatedNoPresent only when the answer was shortened to fit the budget.

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv0.2.0

TDQS

A4.3/5.0
Behavior4/5

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

The description adds value beyond annotations that already mark this as read-only, idempotent, and non-destructive. It discloses the admin-only requirement and the important behavioral fact that accounts are created automatically on first login, so the set is all historical users. This gives the agent a clear mental model of the returned data.

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?

Three short sentences, all essential. The action and resource lead, the admin restriction follows immediately, and the semantic clarification earns its place by preventing a common misinterpretation.

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?

For a simple list operation with an output schema, complete pagination documentation in the schema, and annotations covering safety semantics, the description gives everything an agent needs. No critical gaps remain.

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?

The input schema already documents both parameters fully, including page starting at 1 and per_page range with Woodpecker's clamping behavior. The description does not add parameter-specific meaning, so the baseline score of 3 applies.

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 states a specific verb and resource: it 'Lists the accounts known to this Woodpecker instance.' It also differentiates this from a managed roster and from single-user operations like get_user by clarifying the list is auto-populated by login history.

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 clearly specifies an access prerequisite ('Admin only') and gives useful contextual guidance about what the list contains versus what it is not ('not a managed roster'). It does not explicitly name sibling alternatives, but the list-vs-get distinction is strongly implied by the wording.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

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/ni-c/woodpecker-ci-mcp'

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